I\'m having this error in XCode 7.1 when building the application for iOS9: (...) MyoKit(TLMHub.o)\' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode se
The issue is MyoKit is not compiled with Bitcode enabled. Unfortunately until that SDK supports Bitcode, you'll have to disable it for your project.
MyoKit