Post

Replies

Boosts

Views

Activity

Reply to How to delete iOS simulator runtimes?
Same experience here, there seems to be a bug that is leaving leftover runtimes under AssetsV2 folder. The folder is SIP-protected (or similar) so there is no chance to use sudo rm command to clean it up EDIT: seems like this thread explains the exact issue in detail: https://developer.apple.com/forums/thread/812992?page=1#873453022
Jan ’26
Reply to Redirect on apple-app-site-association does not break Universal Links
Sorry to bring back to life this thread after 5 years, but is the best reference I could find. I experience the same: I have the association file hosted at www.domain.com/.well-known/apple-app-site-association (with www) The url domain.com/.well-known/apple-app-site-association (without www) redirects with code 301 to link above My app has in the entitlements the url domain.com (without www), and does NOT have the url www.domain.com (with www) Universal link domain.com/something (without www) works as expected, opening the app I would expect universal link domain.com/something to not work, following the documentation that says: Separately, if you’re proxying the subdomain, make sure iOS doesn’t see that as any sort of redirect. Otherwise the apple-app-site-association file won’t be scraped at all (common Universal Link implementation issue). Would greatly help if Apple could provide some more information about this given the difference in documentation VS implementation.
Topic: App & System Services SubTopic: General Tags:
Oct ’23
Reply to Xcode now hangs; SDKs are "status unavailable"
Yes, as mentioned above, solution only lasts once. Then is back to hanging
Replies
Boosts
Views
Activity
3w
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
Suffering the same problem, very well explained thanks! Same as you, I tried all alternatives I know but was unable to cleanup the orphaned runtimes. In my case they amount to 30GB (they are three orphaned runtimes)
Replies
Boosts
Views
Activity
Jan ’26
Reply to How to delete iOS simulator runtimes?
Same experience here, there seems to be a bug that is leaving leftover runtimes under AssetsV2 folder. The folder is SIP-protected (or similar) so there is no chance to use sudo rm command to clean it up EDIT: seems like this thread explains the exact issue in detail: https://developer.apple.com/forums/thread/812992?page=1#873453022
Replies
Boosts
Views
Activity
Jan ’26
Reply to Redirect on apple-app-site-association does not break Universal Links
Sorry to bring back to life this thread after 5 years, but is the best reference I could find. I experience the same: I have the association file hosted at www.domain.com/.well-known/apple-app-site-association (with www) The url domain.com/.well-known/apple-app-site-association (without www) redirects with code 301 to link above My app has in the entitlements the url domain.com (without www), and does NOT have the url www.domain.com (with www) Universal link domain.com/something (without www) works as expected, opening the app I would expect universal link domain.com/something to not work, following the documentation that says: Separately, if you’re proxying the subdomain, make sure iOS doesn’t see that as any sort of redirect. Otherwise the apple-app-site-association file won’t be scraped at all (common Universal Link implementation issue). Would greatly help if Apple could provide some more information about this given the difference in documentation VS implementation.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to How to get app version release date using the App Store Connect API
EDIT: earliestReleaseDate seems to be the date selected when configuring automatic release in appstoreconnect. Seems like currently it is not possible to obtain the release date for a specific AppStoreVersion using the REST API. The closest I have come, is to obtain the phasedRelease StartDate
Replies
Boosts
Views
Activity
May ’23
Reply to How to get app version release date using the App Store Connect API
Experiencing the same problem here: earliestReleaseDate is always nil
Replies
Boosts
Views
Activity
May ’23
Reply to iOS build not showing in Testflight
Thanks! Will old builds appear, or is it only fixed for new builds?
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS build not showing in Testflight
Also experiencing the same problem. Builds upload correctly but they do not show up in appstore connect. Seems it happens since late Wednesday. Apple shows there is an ongoing incident: App Store Connect - Issue App Store Connect - App Processing - Issue https://developer.apple.com/system-status/
Replies
Boosts
Views
Activity
Oct ’22
Reply to altool error: The request timed out. (-1001)
A workaround that seems to be valid is to use the altool binary from another version of Xcode. I am using the one from Xcode 12.5.1, so far successfully. See: https://github.com/revolut-mobile/altool-binary
Replies
Boosts
Views
Activity
Feb ’22
Reply to altool error: The request timed out. (-1001)
I can confirm I am experiencing the same issue with exactly the same tool versions, just different mac version: altool version: 4.071.1221 Xcode version: 13.2.1 (13C100) macOS version: Monterey 12.1 (21C52)
Replies
Boosts
Views
Activity
Feb ’22