Post

Replies

Boosts

Views

Activity

Reply to Xcode Cloud fails while exporting archive
@Zaba Hello! It’s very likely that your new Widget Extension is missing some necessary InfoPlist values or specific entitlements. You can try downloading the Archives that were successfully built but failed to export from Xcode Cloud, and then use the local Xcode Organizer to upload them to the App Store. If there are any configuration issues, the local Xcode will provide much more accurate error messages than Xcode Cloud.
Dec ’25
Reply to Unable to Launch Tests/UITests in Xcode 16 with iOS 18 Simulator
RESOLVED: I used Realm database. After the app creates any FIFO file, the simulator can no longer be cloned. An error occurs during the simulator data copy process, indicating a lack of permission to copy FIFO files. This cloning failure prevents Xcode from launching tests properly. A simple way to reproduce this issue is to create a new iOS app, add a Realm database, and create any database file (since Realm creates FIFO files for interprocess communication). After that, the simulator can no longer be cloned. To work around this issue, I wrote a script that removes all pipe files from the simulator directory.
Sep ’25
Reply to Xcode Cloud: Unable to Notarize macOS App (Stuck in Infinite Waiting)
FB21851988
Replies
Boosts
Views
Activity
Feb ’26
Reply to Xcode cloud: The page you’re looking for can’t be found.
FB21548351
Replies
Boosts
Views
Activity
Jan ’26
Reply to Xcode cloud: The page you’re looking for can’t be found.
Same here. 503.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Xcode Cloud fails while exporting archive
@Zaba Hello! It’s very likely that your new Widget Extension is missing some necessary InfoPlist values or specific entitlements. You can try downloading the Archives that were successfully built but failed to export from Xcode Cloud, and then use the local Xcode Organizer to upload them to the App Store. If there are any configuration issues, the local Xcode will provide much more accurate error messages than Xcode Cloud.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud: Preparing build for App Store Connect failed
Never mind. Building locally revealed the real problem.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud Export Archive Fails with Xcode 26.2 RC
@DTS Engineer Thanks for the information! Based on my observations (after repeated experiments and spending quite a bit of my Xcode Cloud quota), it seems that projects with an Apple Watch target cannot be exported normally on Xcode Cloud using Xcode 26.2. iOS projects without an Apple Watch target do not have this issue. Project with Apple Watch app target:
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud Export Archive Fails with Xcode 26.2 RC
Reproducible with Xcode 26.2 (17C52) FB21322904
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud fail in task Export archive
@DTS Engineer Hello! Thanks for the link🙏. I believe I encountered a new issue about Xcode Cloud. Please refer to https://developer.apple.com/forums/thread/810011
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud fail in task Export archive
Same issue here. Is there any solution?
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode Cloud Fails on Export: App Store Connect Authentication Error
Same issue.
Replies
Boosts
Views
Activity
Dec ’25
Reply to NavigationSplitView + inspector causes Sidebar state issues on Mac Catalyst
macOS 26.2 RC. Still the same.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to Popover in Toolbar Causes Crash in Catalyst App on macOS 26
@HOsy No :( no luck with the popover. I workaround the crash by implementing a custom floating panel using UIViewControllerRepresentable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Unable to Launch Tests/UITests in Xcode 16 with iOS 18 Simulator
RESOLVED: I used Realm database. After the app creates any FIFO file, the simulator can no longer be cloned. An error occurs during the simulator data copy process, indicating a lack of permission to copy FIFO files. This cloning failure prevents Xcode from launching tests properly. A simple way to reproduce this issue is to create a new iOS app, add a Realm database, and create any database file (since Realm creates FIFO files for interprocess communication). After that, the simulator can no longer be cloned. To work around this issue, I wrote a script that removes all pipe files from the simulator directory.
Replies
Boosts
Views
Activity
Sep ’25
Reply to iOS 26 Home Screen Widgets Color Rendering Issue
FB19752732
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Popover in Toolbar Causes Crash in Catalyst App on macOS 26
FB19460396
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25