Samstag, 13. Juli 2013

Visual Studio Inselbuch - aktuelle Technologien für Coder

Jetzt ist es erschienen, das “Visual Studio Inselbuch”: Die Sommerlektüre für Entwickler, welche sich im Urlaub kurzweilig über neuere Technologien informieren möchten. Mein Beitrag dazu dreht sich um Near Field Communication (NFC) bei Windows Phone.

Hier der Link auf die entsprechende MSDN News.

Visual Studio Inselbuch

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