-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update required for Xcode8 and Swift 2.3/3.0 compatibility #5
Comments
It's said "clang: error: linker command failed with exit code 1 (use -v to see invocation)" |
Vertex7, were you compiling for the emulator or a device? It doesn't compile for iOS emulators, only for real, connected, devices. |
I compiling for the emulator. thankyou. |
Do you known. |
No pin required. From what I gather the KST code by passes all the upper layer of the BT protocol and just connects to the first device it finds in range. They can confirm. |
You don't need to pair a TI Nano with an iPhone/iPad like you would with other BT devices. Load KST's demo app and try it. It just connects which is nice, no need for any setup. |
I already compiling for a device. But it's still eror http://www.uppic.org/image-5DB8_58345D75.jpg Do you know how to fix it ? thankyou. |
To compile the KST App in Xcode 8 requires v2.3.0 of ios-charts for Swift 2.3 compatibility.
Using this newer version throws up a compile error around.
_chartView.noDataTextDescription
Commenting out references to this (1 line in 2 files) allows compile to complete.
The text was updated successfully, but these errors were encountered: