Good morning, I have a problem. I'm a newbie on coding and I'm studying Swift with an old course online with Xcode 11 but I have Xcode 14 and some things are different.
I'm building a test app to learn code but now I don't view the canvas, is in error, and the diagnostic give me this:
API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600000dd9880, store PSC = 0x0)
SchemeBuildError: Failed to build the scheme "PizzaList"
API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600000dd9880, store PSC = 0x0)
Compile asset catalogs:
CoreData: error: API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600000dd9880, store PSC = 0x0)
CoreData: error: API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600000dd9880, store PSC = 0x0)
/* com.apple.actool.errors */
: error: ERROR: Identical key for two renditions
(E)Key
element: Grouped/Packed Images
part: Artwork Image
value: (null)
identifier: 0
dimension1: 0
state: (null)
scale: 2
idiom: phone
subtype: 0
gamut: sRGB
target: any
sizeClassHorizontal: universal
sizeClassVertical: universal
graphicsFeatureSetClass: GLES2,0
memoryClass: 0
target: any
appearance: (null)
localization: (null)
glyphWeight: (null)
tglypSize: (null)
deployment: any
What is the problem?
Thanks to all!
3
0
4.3k