Sky is the limit
Thursday, 25 July 2013
Fix Linker command fail error when archiving for Xcode 4.6 with phonegap v2.9
In your Target's Build Settings, find
Other Linker Flags
Change
$(TARGET_BUILD_DIR)/libCordova.a
To
$(BUILT_PRODUCTS_DIR)/libCordova.a
from:
Building an archive for XCode 4.6 release with phonegap v 2.9 fails
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)