ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

iOS 7.1 xcode problem

Hi,

I have made app for iOS.
I am deploying project in xcode 5.1 and my iOS device is having iOS 7.1.
Deploying app to xcode and runing gives
unknown argument "/libCordova.a"

Please help..!!
Thanks,
Ishani

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

iOS 7.1 xcode problem

hi! this post should help!

https://getsatisfaction.com/apperyio/...

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

iOS 7.1 xcode problem

Hello,

The same problem was discussed here:
https://getsatisfaction.com/apperyio/...

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

iOS 7.1 xcode problem

when this issue will be fixed ?

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

iOS 7.1 xcode problem

Hi,

It will be fixed in mid-April.

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

iOS 7.1 xcode problem

Hi,

I removed from project build flags and remove '-force_load /libCordova.a. in xcode.
Build was successful ,but now app crashes :(

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

iOS 7.1 xcode problem

Hi,

I solved it, instead of downgrading to 5.0.1.
In xcode 5.1, go to Project--Build Settings --Linking -- Other Linker flags.
write -ObjC "${BUILT_PRODUCTS_DIR}/libCordova.a"
instead of -ObjC -force_load "${TARGETBUILDDIR}/libCordova.a"

Thanks,
Ishani

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

iOS 7.1 xcode problem

Hi,

We are glad to know that you solved it!

Return to “Issues”