I am getting the following error while running my app on a device from Xcode 5.1. while it Build succesfully in Xcode 5.0.2
/Users/XX/TestFlightSDK/libTestFlight.a (4 slices)
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_TestFlight", referenced from:
objc-class-ref in XXDataTypes.o
objc-class-ref in XXAppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have added arm64 as valid architecture and libTestFlight.a in LinkBinaryWithLibrary, and note that this error shows only in Xcode 5.1 any suggestions or help?
Thanks in advance