Hi everyone,
I’ve been troubleshooting this for days — my app icon doesn’t show in the Simulator or TestFlight builds, despite what seems like a perfect setup.
✔️ What I’ve Already Verified:
- AppIcon.appiconset includes all required PNGs (20x20 up to 1024x1024)
- Contents.json is valid and complete (see attached)
- Asset catalog folder is named AppIcon
- Set correctly in Project > General > App Icon Source = "AppIcon"
- Cleaned build folder, restarted Xcode, and tried on multiple simulators
- Even used a fresh Xcode demo project — same result
🧪 Setup Details:
- Xcode version: [replace with your version, e.g. 15.3]
- iOS Deployment Target: [e.g. iOS 16.0]
- App Type: SwiftUI
🔍 Screenshots Attached:
- Assets.xcassets structure
- Project > General tab (App Icon section)
- Info.plist
- Contents.json
- Blank icon on simulator home screen
❓ Questions:
- Could this be a metadata or cache corruption?
- Is there a known issue with icons not rendering in recent Xcode builds?
- Any workaround to force refresh the icon system?
Any help is deeply appreciated — thank you in advance!