Home › Forums › Ask the Flomies › Flomio ble SDK Phone 6 App universal SDK
Tagged: alpha test, Flomio SDK, i386
-
AuthorPosts
-
May 30, 2016 at 10:50 pm #55581
I get the following error when i drop the SDK into by iPhone 6 App and build – missing x86_64 file. The architecture build only seem to be armv7 and arm64. Have you built the idk for i386 and x86_64/ universal?
lipo -info libSDKClasses.a
Architectures in the fat file: libSDKClasses.a are: armv7 arm64d: warning: ignoring file /Users/shishirsingh/com.SafeXChange.nfc/flomioScan/libSDKClasses.a, missing required architecture x86_64 in file /Users/shishirsingh/com.SafeXChange.nfc/flomioScan/libSDKClasses.a (2 slices)
Undefined symbols for architecture x86_64:
“_OBJC_CLASS_$_FMSessionManager”, 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)June 1, 2016 at 2:15 am #55594Hi Shishir, since we don’t support testing the SDK via the iOS Simulator we don’t compile the library for i386 and x86_64 target architectures. What are you trying to do specifically?
June 1, 2016 at 2:22 am #55596Thanks Richard, I figured that out earlier today. Am able to launch app now on my iPhone 6 plus.
Developing an application to do inventory control with nfc tagged vaccines vials. Will need to store vaccine specific data on color coded nfc stickers (each color coded sticker stores data specific to a type of vaccine). The application will feed this data to an EMR/ EHR system for match EOD to actual vaccinations performed at our pediatric offices.
regards
ShishirJune 1, 2016 at 2:23 am #55597if you have pointers to a publicly available sample code for inventory management (iOS or android) would be great as would speed up our dev. I will also upgrade to your professional SDK
June 1, 2016 at 4:32 pm #55602hi Shishir, thanks for sharing your use case. Indeed it’s a familiar one. We currently don’t have stock inventory management template application but we are working on build such. If you would be willing to participate as a alpha customer we could design our template around your particular use case and thereby accelerate your development. We would be publishing a case study around the application and the use of the Flomio software stack to build it. By when are you targeting to have your solution completed? If you’re interested in the collaboration the we would add you to our Slack channel and begin fleshing out the requirements.
September 19, 2017 at 9:49 am #61087“…since we don’t support testing the SDK via the iOS Simulator we don’t compile the library for i386 and x86_64 target architectures.”
Could you update the iOS-integration instructions with this information? I was beating my head on the wall trying to figure this one out before finding this thread.
September 25, 2017 at 7:01 am #61140@Jakst, done! Sorry for the miss before… hopefully, next person will save themselves from the same:
http://docs.flomio.com/#configure-project-settings
best,
Richard -
AuthorPosts
You must be logged in to reply to this topic.