PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

Crash report in Philips hue sdk #53

Closed utkarsh555 closed 10 years ago

utkarsh555 commented 10 years ago

Just a heads-up that 64-bit builds are failing because the hue framework doesn't yet support the new architecture.We are getting the following errors.

ld: warning: ignoring file ........../PhilipsHui/PhilipsHui/HueSDK_iOS.framework/HueSDK_iOS, missing required architecture x86_64 in file ........./PhilipsHui/PhilipsHui/HueSDK_iOS.framework/HueSDK_iOS (3 slices) Undefined symbols for architecture x86_64: "_OBJCCLASS$_PHBridgeResourcesReader", referenced from: objc-class-ref in PHControlLightsViewController.o objc-class-ref in AppDelegate.o "_OBJCCLASS$_PHBridgeSearching", referenced from: objc-class-ref in AppDelegate.o "_OBJCCLASS$_PHError", referenced from: objc-class-ref in PHBridgePushLinkViewController.o "_OBJCCLASS$_PHHueSDK", referenced from: objc-class-ref in AppDelegate.o "_OBJCCLASS$_PHLightState", referenced from: objc-class-ref in PHControlLightsViewController.o "_OBJCCLASS$_PHNotificationManager", referenced from: objc-class-ref in PHBridgePushLinkViewController.o objc-class-ref in PHControlLightsViewController.o objc-class-ref in AppDelegate.o "_OBJCCLASS$_PHOverallFactory", referenced from: objc-class-ref in PHControlLightsViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

jhvdb87 commented 10 years ago

Duplicate of: https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/issues/41