Posts mit dem Label Cordova werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Cordova werden angezeigt. Alle Posts anzeigen

Freitag, 12. Juli 2013

Cordova 2.9 Linker problem with file not found libCordova.a

For my iOS App using Cordova 2.9, I got a error message from the linker when I try to build the Archive:

file not found: .... libCordova.a

I found a number of answers at Google, where the solution was to delete armv6, and then the archive would work. Of course, armv6 is gone but the linker error still remains.

The fix for me was:
  1. In your Build Settings of the target search "Other Linker Flags"
  2. Change "$(TARGET_BUILD_DIR)/libCordova.a"
  3. To "$(BUILT_PRODUCTS_DIR)/libCordova.a