Problem is not reproducible or outdated
When i update to 5.3.0f4 , i build the project , there are some errors in Xcode.
Unity: 5.3.0f4 ; Xcode:Version 7.2 (7C68); error : Undefined symbols for architecture arm64: "ios91orNewer", referenced from: __Z22IsStylusTouchSupportedv_block_invoke in libiPhone-lib.a(iPhoneInputImpl.o) "ios90orNewer", referenced from: iphone::OnProcessTouchEvents(NSSet*, NSSet*) in libiPhone-lib.a(iPhoneInputImpl.o) __Z24IsTouchPressureSupportedv_block_invoke in libiPhone-lib.a(iPhoneInputImpl.o) "_UnityRequestQuit", referenced from: UnityPlayerLoopImpl(bool) in libiPhone-lib.a(LibEntryPoint.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
please.
Were you able to resolve this? I see a similar error on 5.2.3 and 5.2.4.
The problem occurred in the unityappcontroller.mm file, which is missing some of the contents of the new version.
Follow this Question
Related Questions
Get GPS based Location in Iphone 1 Answer
The application does not work after building with Xcode 9 0 Answers
IOS BUILD errors 1 Answer
Why do I get a linking error after updating to Xcode 12 ? 1 Answer
Xcode7.3 iPad Simulator Failure 0 Answers