I have finished my first IOS game in Unity, and it runs perfectly in Unity. Now I am trying to run the project on the IOS simulator in Xcode, and I am repeatedly getting the same error (along with a few hundred warnings). I know similar questions have been asked on here, and I have tried nearly every solution I can find and none are working. Please let me know what I can do to fix this. I am fairly new to Xcode.
Here is the exact error:
ld: in /Users/Conner/Documents/HexaNinja/Unity/Bouncy Birdy/Bouncy Birdy Test1/Libraries/libiPhone-lib.a(GeoRingBuffer.o), building for iOS simulator, but linking in object file built for OSX, for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
↧