Post

Replies

Boosts

Views

Activity

Reply to NSCloudKitMirroringExportRequest issues
I'm having this issue as well. I've ensured CD_entityName indexes are a part of each object in the cloudkit console. I've submitted feedback, but has anyone resolved this? Sync works when I initially install the app on both my devices, but if I remove the app from one and reinstall the error occurs during the syncing process.
Topic: App & System Services SubTopic: iCloud Tags:
Dec ’22
Reply to Multiple commands produce.
I had this issue. I was trying to add two widgets to my project and realized that the intents (for the widget target they are named ConfigurationIntent) needed to have different names for each of the targets. Open the Intents file for the target, change the name, then change the name in the project itself, wherever ConfigurationIntent is in the file, replace with your new name. If the Custom name you choose were Today, the name to use in your project is TodayIntent(). IntentConfiguration(kind: kind, intent: TodayIntent.self, provider: Provider()) { entry in             TodayWidgetView(entry: entry)         }
Jan ’22
Reply to Document Type Export / Import in Xcode - Shared via Messages
Never mind, I was able to fix the issue. My share extension didn‘t have the right type specification, once I fixed that, Messages started showing the Share button in the Preview view.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Instruments Crash using swiftui instrument
Sure thing, this is my feedback #: FB21366074 Thanks for taking a look!
Replies
Boosts
Views
Activity
Dec ’25
Reply to Adding User to App Store Connect, User asked to create new Apple Account despite email matching existing Account
I'm experiencing this issue as well. Exact same circumstances as described.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Sheet + keyboard toolbar (18.3) - is anyone else still encountering this issue?
Hi, I've also tried fullscreenCover to make this work, but it also fails to present the keyboard toolbar -- I just can't replicate the bug in a demo project yet. My feedback ID is FB16428876
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to NSPersistentCloudKitContainer - Import failed because applying the accumulated changes hit an unhandled exception
I'm still getting this error. Not sure how to fix, but I submitted a bug report.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to NSCloudKitMirroringExportRequest issues
I'm having this issue as well. I've ensured CD_entityName indexes are a part of each object in the cloudkit console. I've submitted feedback, but has anyone resolved this? Sync works when I initially install the app on both my devices, but if I remove the app from one and reinstall the error occurs during the syncing process.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Multiple commands produce.
I had this issue. I was trying to add two widgets to my project and realized that the intents (for the widget target they are named ConfigurationIntent) needed to have different names for each of the targets. Open the Intents file for the target, change the name, then change the name in the project itself, wherever ConfigurationIntent is in the file, replace with your new name. If the Custom name you choose were Today, the name to use in your project is TodayIntent(). IntentConfiguration(kind: kind, intent: TodayIntent.self, provider: Provider()) { entry in             TodayWidgetView(entry: entry)         }
Replies
Boosts
Views
Activity
Jan ’22