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.
参考博客: