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
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
hi! this post should help!
Hello,
The same problem was discussed here:
https://getsatisfaction.com/apperyio/...
when this issue will be fixed ?
Hi,
It will be fixed in mid-April.
Hi,
I removed from project build flags and remove '-force_load /libCordova.a. in xcode.
Build was successful ,but now app crashes ![]()
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
Hi,
We are glad to know that you solved it!