Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › SDK Errors
Tagged: Flomio SDK, iOS Simulator
can anyone help me with these error, if you have come across them?
Undefined symbols for architecture x86_64:
“_OBJC_CLASS_$_NDEFMessage”, referenced from:
objc-class-ref in ViewController.o
“_OBJC_CLASS_$_ReaderManager”, referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi Babu, the problem is that the Flomio SDK is not built for the iOS Simulator at the moment. The library only supports ARM cores which means you have to build your app with an iPhone or iPad as the target and actually install it on a device, not try running in the Simulator.
Can I circumvent this with compiler flags?
Is there a way to waive the linking error when running on simulator? We need to include the Flomio SDK in our solution but still need to run everything else on simulator for continuous development.
You must be logged in to reply to this topic.