Archiving the app in Xcode 14.2 gives me the following error when the code does not use CoreData:
API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600001a81b90, store PSC = 0x0)
I am attempting to add alternate app icons for an app that supports Watchos for A/B testing. Should the alternate app icons also be added for Watchos?
What I've already tried:
I have reviewed the assets folders - no duplicate names
I have tried cleaning Derived Data, clean builds and restarting the Mac.
Any idea why this could be happening?