Hi,
Apple recently released an update for Xcode and I had the brilliant idea of installing it (went from 8.3.2 to 8.3.3).
It seems that this update drops the compatibility with the armv6 architecture by default.
I tried fixing this by simply including "armv6" in "Architectures" and "Valid Architectures" of the "Build Settings" for both the template project and the template target.
But this didn't fix the problem. When compiling, the following error appeared:
Lipo Error
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/myname/Library/Developer/Xcode/DerivedData/agkinterpreter-cnyeblaxspeinvamcvsdpusigzud/Build/Intermediates/agkinterpreter.build/Debug-iphoneos/agk_interpreter.build/Objects-normal/armv6/AGK 2 Template (No such file or directory)
I'm afraid I have no backup to go back to the old 8.3.2 version
Is there any way to fix this?
iMac Book Pro; MacOs 10.12.4; Xcode 8.3.3; (don't update to 8.3.3! It drops the armv6 architecture)
iPhone 6, iOS 9.35; iPhone 5s, iOS 9.35; iPad (2nd gen) iOS 9.35;
Dell Precision T7400; Windows 7 Professional 64bit; Visual Studio Community 2015;