I'm trying to make a VR game using the Google Cardboard SDK and Unity. I'm using Xcode 8, and when I try to build to my iPhone I get an Apple Mach-O Linker Error
It says:
Anyone know how to fix this?
I'm trying to make a VR game using the Google Cardboard SDK and Unity. I'm using Xcode 8, and when I try to build to my iPhone I get an Apple Mach-O Linker Error
It says:
Anyone know how to fix this?
If you built using Unity then one issue might be that you opened the .xcodeproj file. Instead look for and open the .xcworkspace in your build folder. This worked for me.