Post

Replies

Boosts

Views

Activity

Reply to Unable to install app: BundleID issue
I have a similar error (Xcode 14). My watchOS dev has been a nightmare so far, just because of the impossibility of testing. The app cannot be installed: This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'. iOS app id : com.me.appname Watch app id : come.me.appname.watchkitapp Note: Xcode 14 does not create a target watch extension anymore.
Topic: Code Signing SubTopic: General Tags:
Sep ’22
Reply to Core Data - do we need to add model versions?
Same experience here, when modifications are in the scope of a "lightweight migration"
Replies
Boosts
Views
Activity
Apr ’23
Reply to Is it possible to catch a memory exception in an extension?
Interested by this as well. Good question.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Please send this bug to NSUbiquitousKeyValueStore (whaaa???)
Did you find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Unable to install app: BundleID issue
I have a similar error (Xcode 14). My watchOS dev has been a nightmare so far, just because of the impossibility of testing. The app cannot be installed: This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'. iOS app id : com.me.appname Watch app id : come.me.appname.watchkitapp Note: Xcode 14 does not create a target watch extension anymore.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Live Text API fails: "failed because the buffer is nil"
WARNING: Bug present on iOS 16 RC (possibly on earlier versions of iOS 16 beta): if interaction.preferredInteractionTypes = [.automatic], attempting to translate the text using the ad-hoc button will fail. Nothing happens. As a workaround, I used interaction.preferredInteractionTypes = [.textSelection, .dataDetectors] which makes the translation work.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS15, app crash when launched. SFShareSheetSlotManager sendConfiguration:completion:
Did you ever find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Shortcuts Action with File parameter as input conflicts with Sandbox
Thank you! It indeed makes sense. And you save me a headache :-). My shortcut works, but only when selecting a PDF from the finder. If the shortcut is configured as a quick action, I can't manage to get the file. The INFile is nil. Any idea why? Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Shortcuts Action with File parameter as input conflicts with Sandbox
Same issue here, with the exact situation (pdf), except that I'm only using the main app for now. Btw, did you manage to receive the file from the quick action input?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to UIDocumentPickerViewController with kUTTypeFolder - All 3rd party providers are greyed out
Bug report sent as well.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21