Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › iOS SDK Issue
Hello,
I recently got a FloBLE Plus and started to integrate the SDK into a basic iOS app I’m building to read/write NFC tags.
I completed the readme guide and ran into some problems that I sorted out, however, I’m left with one problem that I’m unsure about and can’t find any support for.
At first I was running the project on an iOS 12.0.1, however, I found that an error that had no description.
I then ran the project on another device which has iOS 11.4. Once I did this, I received the following error code:
/* The command failed. /
ABTErrorCommandFailed = 1003,
All I found about this code was this git page: https://github.com/flomio/flomio_drivers_ios/blob/master/ACR1255U/Sample%20Code/iOS/ACSBluetooth/ABTError.h
This was found in both running the example project on git (https://github.com/flomio/flomio-sdk-ios) as well as the project I am creating.
Outside of re-checking and checking again the docs and example project. I am unsure where to go from here.
Can you help me understand why this issue is happening? I believe that its a fairly simple issue that I’m just overlooking.
Thanks in advance!
Hi Jacob,
This seems like a build settings issue. Have you added all the build settings needed? When using the flomio-sdk-ios repo, have you ran pod install
?
Can you give me steps to reproduce this issue?
You must be logged in to reply to this topic.