Xcode build was failing because the asset catalog referenced in project.pbxproj didn't exist on disk. Added: - Assets.xcassets/Contents.json - AppIcon.appiconset/Contents.json (single 1024x1024 slot, no image yet) - AccentColor.colorset/Contents.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|