macOS upgrade breaking XCode iOS build
Last updated
After upgrading to XCode 10.3 my iOS local builds started to fail on CompileAssetCatalog. From what I searched it happens for Native iOS project and React Native ones as well.
Here’s how you fix it:
- On XCode, clean the build by going to Product › Clean Build or by hitting
⌘⇧Kand⌥⌘⇧K - Go to
~/Library/Developer/Xcode/and delete the following directories:iOS Device SupportDeviredDataArchives
- Restart your macOS
- Run the build again
Hope that helps!