GitHub Sample iOS App will not build
Hello,
Just downloaded the sample iOS app from GitHub and it will not build. I'm using Xcode 6.0.1
I'm getting:
Undefined symbols for architecture i386: _OBJC_CLASS_$_MBLMetaWearManager", referenced from:
So it appears that it's having trouble linking to the MetaWear framework - is this correct? The framework is clearly present in the project and listed in Link Binaries with Libraries.
Complete error
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_MBLMetaWearManager", referenced from:
objc-class-ref in DeviceDetailViewController.o
objc-class-ref in DevicesTableViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help appreciated.
This discussion has been closed.
Comments