This week I cannot build for iOS. Everything worked as of Wednesday. I suspect an Xcode update, but cannot pin it down.
This happens on all my iOS builds of all my (stable) apps. Same result for Solar2d builds 3701,3700,3696,3617.
The symptoms:
- Xcode mismatch: target is 17.0 but installed is 17.2 (Xcode ‘about’ says Version 15.1 (15C65))
- Build fails with Exit code 1 and output: ERROR: while compiling icons: BUILD ERROR:
- I can get rid of the build error by renaming the Contents.json file in AppIcon.appiconset
- Build of app without Contents.json completes without error but then on submitting to App Store, has (reliably, always) 4 errors: missing 3 icons (120,167,152) and missing CFBundleIconName. Putting that with value ‘AppIcon’ in build.settings makes no difference.
I just started getting this problem and failures yesterday, but it could have started as long ago as Thursday (not building the apps with Contents.json on Thursday and Friday).
I have tried remaking the icons and Contents.json with 4 different icon tools.
Any suggestions? I have run out of ideas of what to try.