ApiRTC / ApiRTC-cordova-demo

Example of how to use ApiRTC into mobile application
14 stars 8 forks source link

Symbol not found in iOS 8.4 #2

Closed impactotecnologico closed 7 years ago

impactotecnologico commented 7 years ago

I have an error running this example.

My environment: XCode 8.3.3 Target iOS: 8.4 iPhone 5 - iOS 8.4

Xcode Console error: dyld: Symbol not found: _NSDictionary0 Referenced from: /private/var/mobile/Containers/Bundle/Application/DDA22B4F-7EDC-4B02-B966-973ED018F94F/HelloRTC.app/HelloRTC Expected in: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /private/var/mobile/Containers/Bundle/Application/DDA22B4F-7EDC-4B02-B966-973ED018F94F/HelloRTC.app/HelloRTC

Steps: Follow all steps of: https://github.com/apizee/ApiRTC-mobile console command: ionic build ios --prod Xcode: Open platforms/ios/HelloRTC.xcworkspace Select device Run

Any clue to fix it?

sliard commented 7 years ago

Hi,

Our library is base on iosrtc Cordova plugin. And it need at least iOS 9.

Do not forget to launch init.sh to get all required plugin.

Samuel

PS : Just commit an update for README : https://github.com/apizee/ApiRTC-mobile/commit/2d6c99a5fea4b5f10f50b091e373713cd40946b0

impactotecnologico commented 7 years ago

Thanks!