Xcode 9
I upgraded,
- Xcode Version 8.3.3 (8E3004b) to Xcode 9, because I upgraded IOS to 11, but now cannot compile in xcode.
Can you help?
Best Regards
MAXST engineers checked and succeeded in compiling in Xcode 9 using MAXST AR SDK 3.0.3.
Could you please share with us the error message you get?
I was still using AR SDK 3.0.2.
The error was: apple mach-o linker (id) error.
I reverted Xcode to 8.3.3 and installed imageFile iOS11 (https://stackoverflow.com/questions/44381860/use-xcode-8-with-ios-11).
Then I had errors again my solution was:
- Install AR SDK 3.0.3 on unity
- Compile in unity to Simulator SDK (Player Settings)
- Run Xcode and disable bitcode on project and target (build settings)
- Compile again in unity this time to device SDK.
- Run Xcode 8.3.3 with bitcode disabled and that was it (Solved).
Note: Unity 3D, macOS Sierra V10.12.6
Best