Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install SDK without Cocoapods #167

Open
iuriimoz opened this issue Aug 2, 2023 · 2 comments
Open

Install SDK without Cocoapods #167

iuriimoz opened this issue Aug 2, 2023 · 2 comments

Comments

@iuriimoz
Copy link

iuriimoz commented Aug 2, 2023

Is it possible to integrate Webex SDK without Cocoapods?
I copied and linked these libs to my project:

  • mediastores_ios.xcframework
  • UCFBridge.xcframework
  • util_ios.xcframework
  • wbxaecodec.xcframework
  • wbxaudioengine.xcframework
  • WebexSDK.xcframework
    .. and received runtime error. Am I doing something wrong?
error link
@ralagana
Copy link

ralagana commented Aug 2, 2023

Hi @iuriimoz, I believe that CocoaPods is required. This is also mentioned in the requirements section of our docs, see here: https://developer.webex.com/docs/sdks/ios#requirements . Thanks.

@iuriimoz
Copy link
Author

iuriimoz commented Aug 2, 2023

@ralagana yes, but not all project use CocoaPods.
I see that with CocoaPods app executes WebexSDK-xcframeworks.sh script to copy corresponding .framework slice from .xcframework.
But for some reason direct .xcframework usage without CocoaPods isn't working. Probably because .xcframework was built incorrectly 🤷‍♂️

Maybe you have some guidelines or plans to add integration without CocoaPods?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants