Did you find a solution to this?
Post
Replies
Boosts
Views
Activity
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.
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.
Did you ever find a solution to this?
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!
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?
Bug report sent as well.
Exactly the same here.
override init()call super.init()Replace the ManagedObjectContext created by your own:self.managedObjectContext = yourMocAccess the document's context as usual, and you will get your notifications