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