iOSArchiveBug

打包的时候遇到问题:

proj.ios_mac/ios/LaunchScreen.storyboard: Failed to find or create execution context for description ‘<IBCocoaTouchPlatformToolDescription: 0x600003af2d80> System content for IBVisionIdiom-EightAndLater <IBScaleFactorDeviceTypeDescription: 0x600003af33a0> scaleFactor=2x, renderMode.identifier=(null)’.

解决办法:

In my case, the XIB related deployment target is 7.0 higher, which is very old. Changing it to 10.0 or higher works.

参考博客:

https://stackoverflow.com/questions/76535257/xcode-15-beta-2-build-error-failed-to-find-or-create-execution-context-for-d