Page 1 of 1

iOS 7.1 xcode problem

Posted: Fri Mar 14, 2014 3:30 pm
by ishani modi

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


iOS 7.1 xcode problem

Posted: Fri Mar 14, 2014 3:43 pm
by Alex GG

hi! this post should help!

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


iOS 7.1 xcode problem

Posted: Fri Mar 14, 2014 3:49 pm
by Nikita

Hello,

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


iOS 7.1 xcode problem

Posted: Fri Mar 14, 2014 4:06 pm
by ishani modi

when this issue will be fixed ?


iOS 7.1 xcode problem

Posted: Fri Mar 14, 2014 7:03 pm
by Nikita

Hi,

It will be fixed in mid-April.


iOS 7.1 xcode problem

Posted: Tue Mar 18, 2014 7:17 am
by ishani modi

Hi,

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


iOS 7.1 xcode problem

Posted: Tue Mar 18, 2014 9:59 am
by ishani modi

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


iOS 7.1 xcode problem

Posted: Tue Mar 18, 2014 10:11 am
by Nikita

Hi,

We are glad to know that you solved it!