Hi, this is the scenario:
I have a framework (my own pod) that defines image sets as assets. They are exported as a bundle in the framework, and images are read inside by the framework itself.
- Prior to Xcode 13.0: all works flawlessly.
- In Xcode 13.0, while debugging on simulator or real hw: all works flawlessly.
- In a Testflight build from Xcode 13.0: images from that framework's bundle seems nil (dot not appear in app)
Things to consider:
- The size between the archive builds on Xcode 13 and 12.5 have the same size.
- The archive builds on Xcode 13 and 12.5 do show the same Asset.car within the framework's bundle. Image filenames do appear listed, case sensitively correct.
- The framework's bundle also uses other non image files (.strings, .storyboards) with no problem. Issue affects image sets from assets (.svg, .pdf, .png, all file extensions effected)
I could provide a demo project to repro, but the attachment in the forum doesn't allow it :S