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 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
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 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 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 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 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 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 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 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 Forwarding touches from a SwiftUI View in UIHostingController to UIKit
See: https://github.com/steipete/SwiftUITouchHandling
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to iPhone is busy: Making Apple Watch ready for development
This makes watch development a real pain.
Replies
Boosts
Views
Activity
May ’23
Reply to Apple Watch (waiting for first unlock) in Xcode
My lightning cable was going through my LG 5k. Plugged it in directly into the mac, seems to work for now. I lost so many days fighting this.
Replies
Boosts
Views
Activity
Jun ’23
Reply to How to prevent ios17 interactive widgets to open the app after an interaction?
Any news on this? This can mess up soooo much with the UX
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to AppIntent is not notifying MainApp With NSUserActivity in UIKit
Found a solution to this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 15 beta 1 failed to preview SwiftUI view in watchOS target
Has this been solved? I encounter that very same issue with Xcode 15 (final version)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’23