googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

GVR Enable Bitcode #194

Closed sahibhussain closed 6 years ago

sahibhussain commented 7 years ago

ld: '/Users/sahib/Desktop/Untouched/Pods/GVRSDK/Libraries/libGVRSDK.a(DeviceParamsSyncHelper.mm.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

whenever i run my app on physical device this error comes up. however, it run on simulator. Please let me know what to do.

tibewww commented 7 years ago

disable bitcode in your project build settings and it should work ;)

MatejBalantic commented 7 years ago

@tibewww I don't really want that just to include a dependency. Any chance we get bitcode into GVR project?

sanjayc77 commented 7 years ago

Some code in the GVRSDK did not get enabled with Bitcode. This will be fixed in the next release.

sanjayc77 commented 6 years ago

Bitcode has been enabled for the past few releases.