Post

Replies

Boosts

Views

Activity

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 Interactive Widget: unable to reload timeline from AppIntent
@Hollycene @PavelRydvanskiy No update :( I've realized that the system consistently throttles the reload request in this scenario. I've also tried using push notifications to reload the widget but didn't work. As a workaround, I've set my widget timeline to 15-20 minutes so it reloads itself anyway. I also recommend submitting a new feedback report to Apple, as the original one is outdated.
Topic: App & System Services SubTopic: General Tags:
Feb ’25
Reply to StoreKit Causing Unrelated SwiftUI View to Freeze
Might be relevant: Cannot load cross-import overlay for 'StoreKit' and 'SwiftUI': Input/output error (declared by '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Modules/StoreKit.swiftcrossimport/SwiftUI.swiftoverlay')
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’24