I'm trying to run my app on an iPhone5S (connected) not sim. The project references a static libary. I did lipo on it and it supports i386 armv7 x86_64 arm64.
When I run I get ld: symbols(s) not found for arch arm64
Under Build Settings, Arch... I have $(ARCHS_STANDARD) in bold is armv7 and arm64
Any ideas.... this is driving me crazy thanks in advance