Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap/Cordova + iOS7 + XCode 5

Tags:

xcode

ios

cordova

I wast just in the process of finishing an app, then iOS7 was published. I am using Cordova 3.0.

Before I update to XCode 5, compile for iOS7 and nothing is working... I wanted to know if they are working well together?

And are the Cordova plugins (connection, splashscreen, notification, storage) still working or do we have to wait for the Cordova Apache Software Foundation to bring out a new version?

Thank you very much.

like image 298
FlyingLemon Avatar asked Dec 21 '22 00:12

FlyingLemon


1 Answers

If you are getting compilation error after upgrading to iOS 7 and XCode 5 then in this case you need to change your Valid Architecture value under the Build Settings.

change your Architectures value to "armv7" only and delete others after that build you project all the compilation errors will resolve.

This fix will work for the Cordova Application only

like image 131
Vivek Srivastav Avatar answered Dec 24 '22 09:12

Vivek Srivastav