webex / webex-ios-sdk

iOS SDK for Webex
https://developer.webex.com/docs/sdks/ios
Other
25 stars 25 forks source link

Install SDK without Cocoapods #167

Open iuriimoz opened 9 months ago

iuriimoz commented 9 months ago

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

link
ralagana commented 9 months ago

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 commented 9 months ago

@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?