Post

Replies

Boosts

Views

Activity

Reply to App stuck in Ready for Review state
I got this resolved using fastlane and the remove rest service commands, this is what claude code then did: If your macOS (or iOS) version is stuck in "Ready for Review" with no Add for Review and no Remove button, and fastlane deliver keeps failing with "You cannot create a new version of the App in the current state", the cause is usually an older review submission still open in state UNRESOLVED_ISSUES — a rejected submission that was never closed; it pins the version in READY_FOR_REVIEW, which is not in spaceship's editable-state filter, so deliver can't see the version and tries to create a new one. Cancelling that submission via the App Store Connect API (ReviewSubmission#cancel_submission, i.e. PATCH /v1/reviewSubmissions/{id} with canceled: true) moves it to COMPLETE and drops the version to DEVELOPER_REJECTED, after which both the App Store Connect buttons and fastlane deliver work again.
Aug ’26
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
Same issue here The operation couldn’t be completed. (ModelCatalog.CatalogErrors.AssetErrors error 1.) Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 User Info: { DVTErrorCreationDateKey = "2024-09-20 10:29:55 +0000"; } -- Failed to find asset: com.apple.fm.code.generate_small_v1.tokenizer - no asset Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 -- System Information macOS Version 15.0 (Build 24A335) Xcode 16.0 (23051) (Build 16A242d) Timestamp: 2024-09-20T12:29:55+02:00
Sep ’24
Reply to Resetting mac location permission
I have the same issue. I tried to delete /var/db/locationd/clients.plist and /private/var/db/locationd/clients.plist after booting into single user mode and the clients.plist reappears as it was before. As suggested above, I also deleted all copies of my app without success. The specific problem I have is that "System Preferences > Security & Privacy > Privacy > Location Services" does not show my app but the clients.plist still contains two entries and seems to be somehow corrupted. So I am in eager need to delete or modify the plist. Any solution on this? Running macOS 12.4
Jul ’22
Reply to App stuck in Ready for Review state
I got this resolved using fastlane and the remove rest service commands, this is what claude code then did: If your macOS (or iOS) version is stuck in "Ready for Review" with no Add for Review and no Remove button, and fastlane deliver keeps failing with "You cannot create a new version of the App in the current state", the cause is usually an older review submission still open in state UNRESOLVED_ISSUES — a rejected submission that was never closed; it pins the version in READY_FOR_REVIEW, which is not in spaceship's editable-state filter, so deliver can't see the version and tries to create a new one. Cancelling that submission via the App Store Connect API (ReviewSubmission#cancel_submission, i.e. PATCH /v1/reviewSubmissions/{id} with canceled: true) moves it to COMPLETE and drops the version to DEVELOPER_REJECTED, after which both the App Store Connect buttons and fastlane deliver work again.
Replies
Boosts
Views
Activity
Aug ’26
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
Same issue here The operation couldn’t be completed. (ModelCatalog.CatalogErrors.AssetErrors error 1.) Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 User Info: { DVTErrorCreationDateKey = "2024-09-20 10:29:55 +0000"; } -- Failed to find asset: com.apple.fm.code.generate_small_v1.tokenizer - no asset Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 -- System Information macOS Version 15.0 (Build 24A335) Xcode 16.0 (23051) (Build 16A242d) Timestamp: 2024-09-20T12:29:55+02:00
Replies
Boosts
Views
Activity
Sep ’24
Reply to Resetting mac location permission
I have the same issue. I tried to delete /var/db/locationd/clients.plist and /private/var/db/locationd/clients.plist after booting into single user mode and the clients.plist reappears as it was before. As suggested above, I also deleted all copies of my app without success. The specific problem I have is that "System Preferences > Security & Privacy > Privacy > Location Services" does not show my app but the clients.plist still contains two entries and seems to be somehow corrupted. So I am in eager need to delete or modify the plist. Any solution on this? Running macOS 12.4
Replies
Boosts
Views
Activity
Jul ’22