Post

Replies

Boosts

Views

Activity

Reply to WidgetEntryPointFactory' does not conform to `NonUIEntryPoint` when previewing watch widget
I'm on Xcode 14 beta 4. I created a new empty watch only app and then a widgets extension. I see the build error that yvsong mentions above. Then I run the terminal command that colejd recommends and that removes the build error. But I still don't see a widget preview, I just see a black rectangle. I tried changing the text color and removing the date formatting and just making it a string, I still just see the rectangle. I love this new combined framework so much. Can't wait to build some cool stuff with it.
Jul ’22
Reply to Can't Load Image on Apple Watch Complications with New iOS 16 Widget
I assume you are seeing this issue when archiving your code? Is it an error or a warning? I have an issue where images are not showing in my widgets, I'm wondering if this is related to what you are seeing or not. Probably not as I can't find any messages like this, but also can't figure out why the images wouldn't load. Everything on the watch is so much more painful than the phone.
Topic: App & System Services SubTopic: General Tags:
Sep ’22
Reply to Live Activity Not Working on Physical Device
I figured it out. I had a new image which was a pdf. If I change tick the "Resizing: Preserve Vector Data" box in the asset catalog it works. With it unticked I think it must go over some resource limit and get killed. To figure it out I replaced all my parent live activity/DI views with simple text fields and then it worked. Then it's a case of adding thing back until you figure out what's over the limit. Obviously it would be better if apple fed this back to developers in a clear way. And also if the sim more closely modelled the device.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to App will not archive a Catalyst Version
Thanks for this Ed, I had forgotten (or never knew) this subtlety. [quote='772992021, lewis42, /thread/772992, /profile/lewis42'] I have an iOS app which I'm trying to ship to the Mac App Store. [/quote] In light of your answer I guess my question is: Can I ship a "My Mac (Designed for iPad)" build to the Mac App Store, with Mac Screenshots and appear in the "Mac Apps" tab and not the the "iPhone & iPad Apps" tab? If I can, what do I need to do? My current builds don't show up as available to ship for the Mac App Store.
Jan ’25
Reply to PhotoKit request AddOnly authorization error:Domain=com.apple.photos.error Code=46104
I see the same thing in iOS 14.5 (Xcode beta 3)
Replies
Boosts
Views
Activity
Apr ’21
Reply to watchOS 8 Always On display APIs
I've used https://github.com/RobotsAndPencils/XcodesApp/ to go back to beta 2. not tried it in beta 3 watch development on a production apple watch is not really possible for me, it's just too slow to be worthwhile
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Crash in WidgetExtensionContext.getDescriptors(completion:)
I see crashes for this too, and in production not just TestFlight. If anyone ever finds a solution or how to debug further please share 🙏
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to WidgetEntryPointFactory' does not conform to `NonUIEntryPoint` when previewing watch widget
I'm on Xcode 14 beta 4. I created a new empty watch only app and then a widgets extension. I see the build error that yvsong mentions above. Then I run the terminal command that colejd recommends and that removes the build error. But I still don't see a widget preview, I just see a black rectangle. I tried changing the text color and removing the date formatting and just making it a string, I still just see the rectangle. I love this new combined framework so much. Can't wait to build some cool stuff with it.
Replies
Boosts
Views
Activity
Jul ’22
Reply to Can't Load Image on Apple Watch Complications with New iOS 16 Widget
I assume you are seeing this issue when archiving your code? Is it an error or a warning? I have an issue where images are not showing in my widgets, I'm wondering if this is related to what you are seeing or not. Probably not as I can't find any messages like this, but also can't figure out why the images wouldn't load. Everything on the watch is so much more painful than the phone.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to "UI unresponsiveness" warning on @main
FB11618231
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Live Activity Not Working on Physical Device
I'm seeing the same thing, I've raised feedback FB11699078. I also bought it up in the slack chat that Apple hosted yesterday. No reply as yet.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Live Activity Not Working on Physical Device
I figured it out. I had a new image which was a pdf. If I change tick the "Resizing: Preserve Vector Data" box in the asset catalog it works. With it unticked I think it must go over some resource limit and get killed. To figure it out I replaced all my parent live activity/DI views with simple text fields and then it worked. Then it's a case of adding thing back until you figure out what's over the limit. Obviously it would be better if apple fed this back to developers in a clear way. And also if the sim more closely modelled the device.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to SwiftUI error: "cannot preview in this file"...
Not working for me in Xcode 14.1 RC
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to App store receipt URL not found on watchOS independent app targeting watchOS7+
Has anybody gotten anywhere with this?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to File transfer issue from iPhone to Watch after iOS 17.5 & WatchOS 10.5 update
FWIW I see the error message, but the files are sent from phone and received on watch fine for me. I'm on iOS 17.5.1, watchOS 10.5, Xcode 15.4
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to ShareLink doesn't attach file on watchOS
What solution did you find Patrick? for me a file with content isn't shared either
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to HealthKit permission sheet appears every time for some users - bug?
My business partner is experiencing this issue. He raised FB15201360 if anyone wants to dupe. You can just go round in circles forever. You can see the write permissions disappear before the screen goes offscreen. https://cln.sh/bkSdF6YQ
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Cloud randomly fails to resolve package dependencies
just to add that I don't recall seeing this before, but saw it twice yesterday. No private repos here, just common popular SPMs.
Replies
Boosts
Views
Activity
Dec ’24
Reply to App will not archive a Catalyst Version
Thanks for this Ed, I had forgotten (or never knew) this subtlety. [quote='772992021, lewis42, /thread/772992, /profile/lewis42'] I have an iOS app which I'm trying to ship to the Mac App Store. [/quote] In light of your answer I guess my question is: Can I ship a "My Mac (Designed for iPad)" build to the Mac App Store, with Mac Screenshots and appear in the "Mac Apps" tab and not the the "iPhone & iPad Apps" tab? If I can, what do I need to do? My current builds don't show up as available to ship for the Mac App Store.
Replies
Boosts
Views
Activity
Jan ’25