Open dmytro-shchurov opened 10 years ago
Same problem around here !
Mine too
me too!!
Me too, when the iphone5 is connected
Same here with Xcode 6.0.1 Issue appeared when I tried to re-build older PhoneGap project previously build with PhoneGap 3.3 and Xcode 5, now with Cordova 3.6 and Xcode 6.
May sound crazy, but checking "Build Active Architectures Only" in project Build Settings to "No" and then back to "Yes" again solves the issue when I run on the device.
"Build Active Architectures Only" works only when you test but for deployment on the appstore it's a pretty poor solution. Here is a better description of the problem : https://github.com/phonegap-build/GAPlugin/issues/76
I am trying to add support in old phonegap app using new phonegap version(more than 3.5). According to below link it should work. http://cordova.apache.org/announcements/2014/11/25/ios-64bit.html I have tried but each time it failed and giving below compiler error :-1: Undefined symbols for architecture x86_64It seems like Cordova/Phonegap is not supported to 64arm architecture yet. Please help me to resolve above problem.
Everything seemed ok until I updated xcode to v6 release. When I successfully build my app with cordova, and try to run an xcode project in iOS Simulator, after linker phase I've got the following error
XCode settings are set to default. cordova version is
3.5.0-0.2.7
,