IOS 8.1 Update (architecture 64)

i have unable to build IOS code in xcode 6.1 (with IOS8.1 as target OS). error message popped up as below

"missing required architecture x86_64 in file /Users/sam/Downloads/FitnessTracker-master/MetaWear.framework/MetaWear"

Please update Metawear framework in 64bit architechure

Comments

  • You are trying to compile for the simulator; this is not possible. 
    COMPILE FOR DEVICES ONLY (i.e attach a phone to your mac and compile for that device).
    BLE IS NOT SUPPORTED IN THE XCODE SIMULATOR
This discussion has been closed.