While testing a new plugin from the Asset Store for our game, I stumbled upon a problem with the ‘Editor Default Resources’ folder when building for iOS. Turns out. Adding that folder with a bunch of png’s in it was sufficient to break the build for iOS. Also, the error I get is the following, which at first don’t point to that folder:
9058: ▸ ; ld: Could not find auto-linked framework ‘QuickLookThumbnailing’
9059: ▸ ; ld: symbol(s) not found for architecture arm64
9060: ▸ ; clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any suggestion on how to get the ‘Editor Default Resources’ folder to work with iOS on UCB?
After digging more into this, it seems like it’s not directly related to the Editor Default Resources folder. The build just happened to break at that commit. When I try to go back to clean build older revisions that used to work, then they no longer work.
So either it’s the clean building that broke something, or something changed on UCB?
I’m unable to find NO references at all to the ‘QuickLookThumbnailing’ in our project. Anyone has an idea what could be causing this?
Hi everyone I have been able to see this in the deployed changes from last week as we got ready for this morning’s Xcode 11.0 and 11.2 release. It seems that there is an issue with Xcode 10.2 that affects some iOS project users. Please rerun your jobs as a “clean” build using Xcode Latest or Xcode 11.0.0 or Xcode 11.2.0 (Released this morning) and see if the issues described are fixed. We will be working on the fix for repairing Xcode 10.2 as well in the coming days. We thank you for your patience and for your continued use of Unity Cloud Build.
Thanks Alex. Just had a build that was failing before run against Xcode 11.2 for the first time (without a clean) and it looks great! It’s probably a good idea to do a clean build for the Xcode version change anyways, but so far so good.
@alexg-unity Thank you VERY much for looking into this so quickly! I’m able to get development builds working as well, and install on our test devices locally. However, when attempting to upload to Testflight I get the following error from Application Loader:
“Deprecated Xcode Build. Due to resolved app archives issues, we have deprecated Xcode 11.2 on November 5, 2019. Download Xcode 11.2.1 or newer, rebuild your app and resubmit”.
We are working on releasing Xcode 11.2.1 as the replacement for Xcode 11.0.0 & 11.2.0 as “latest” within the next 24 hours after all the testing passes. We did not realize Apple’s Deprecation of 11.2 announcements meant a complete block of submitting to the app store. Thanks for your patience.