Post

Replies

Boosts

Views

Activity

Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
How can I "bypass the Assets.car file entirely"? I guess what I'm asking then is how to remove the Assets.car file from being bundled into my app when I archive it (if it's not necessary). I removed the Assets block from Xcode, so why does my archive still have assets.car in it with 3 generated app icon images, taking up 2.8MB? If Xcode always needs to generate 3 versions of app icons based on Icon Composer icons, that would be good to know so I stop trying to optimize this.
Aug ’26
Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
So I tried deleting the /Assets.xcassets/AppIcon.appiconset/Contents.json file (Deleting from Assets node in Xcode), cleaning my build folder and derived data from Product -> Delete Derived data, bumping my version number to ensure it's a different version I'm checking, then going through the same process I did before and outputting it, and I still see 3.5MB compressed, 4.5MB uncompressed, and 2.8MB in assets.car The only thing showing in my Assets part in Xcode is "AccentColor" To ask differently, is it even possible to get the assets.car file to not have the AppIcon variants inside of it that take up multiple megabytes? This is on MacOS 27. I can't attach the assets.car so I'll put the report App Thinning Size Report.txt assets.json
Aug ’26
Reply to Provisioning problem
This seems to be a widespread problem and started happening for me today when I try to change my bundle id at all, for debug or release. I don't even have a ~/Library/Developer/Xcode/UserData/Provisioning Profiles folder Other occurrences of this: https://www.reddit.com/r/iOSProgramming/comments/1ni2iot/provisioning_profile_does_not_have_a_valid/ https://stackoverflow.com/questions/79765702/why-cant-i-run-my-xcode-app-on-my-phone
Sep ’25
Reply to HistoryObserver eventCounter updating 9-16 times per app launch because of CloudKit syncing?
A hack that works decently for my purposes is delaying setupHistoryObserver for a few seconds on app launch
Replies
Boosts
Views
Activity
1w
Reply to HistoryObserver eventCounter updating 9-16 times per app launch because of CloudKit syncing?
This is still happening on RC version
Replies
Boosts
Views
Activity
1w
Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
How can I "bypass the Assets.car file entirely"? I guess what I'm asking then is how to remove the Assets.car file from being bundled into my app when I archive it (if it's not necessary). I removed the Assets block from Xcode, so why does my archive still have assets.car in it with 3 generated app icon images, taking up 2.8MB? If Xcode always needs to generate 3 versions of app icons based on Icon Composer icons, that would be good to know so I stop trying to optimize this.
Replies
Boosts
Views
Activity
Aug ’26
Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
Can I get one more reply from a DTS Engineer? :)
Replies
Boosts
Views
Activity
Aug ’26
Reply to App Store submission blocked after Xcode 27 beta / macOS update
xcode cloud was the easiest way for me to submit updates for my existing apps while still being able to develop for OS 27 versions on a different git branch
Replies
Boosts
Views
Activity
Aug ’26
Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
Essentially this app has no Assets at all, so I would expect assets.car to be on the order of KB, not MB, but I don’t see how to make that a reality, even reading through the documentation, because all the documentation assumes you do have assets
Replies
Boosts
Views
Activity
Aug ’26
Reply to Waiting in Review for more than 8 days
My second app was stuck in waiting for review for 25 days for initial review. Do not submit new builds if you want to move forward in the queue. Wait for first review, then either publish and update or submit new build on rejection
Replies
Boosts
Views
Activity
Aug ’26
Reply to Is it possible to remove the 3 1024x1024 app icon pngs from assets catalog for apps with Icon Composer app icons?
So I tried deleting the /Assets.xcassets/AppIcon.appiconset/Contents.json file (Deleting from Assets node in Xcode), cleaning my build folder and derived data from Product -> Delete Derived data, bumping my version number to ensure it's a different version I'm checking, then going through the same process I did before and outputting it, and I still see 3.5MB compressed, 4.5MB uncompressed, and 2.8MB in assets.car The only thing showing in my Assets part in Xcode is "AccentColor" To ask differently, is it even possible to get the assets.car file to not have the AppIcon variants inside of it that take up multiple megabytes? This is on MacOS 27. I can't attach the assets.car so I'll put the report App Thinning Size Report.txt assets.json
Replies
Boosts
Views
Activity
Aug ’26
Reply to CKQuerySubscription on public database never triggers APNS push in Production environment
Ziqiao, will this be fixed in 26.4.1? My app has been completely broken for over a week because of this which seems insane
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Apr ’26
Reply to CKQuerySubscription on public database never triggers APNS push in Production environment
https://feedbackassistant.apple.com/feedback/22353535
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to CKQuerySubscription on public database never triggers APNS push in Production environment
This has completely broken my entire app which relies on this :(
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to Provisioning problem
This seems to be a widespread problem and started happening for me today when I try to change my bundle id at all, for debug or release. I don't even have a ~/Library/Developer/Xcode/UserData/Provisioning Profiles folder Other occurrences of this: https://www.reddit.com/r/iOSProgramming/comments/1ni2iot/provisioning_profile_does_not_have_a_valid/ https://stackoverflow.com/questions/79765702/why-cant-i-run-my-xcode-app-on-my-phone
Replies
Boosts
Views
Activity
Sep ’25