Post

Replies

Boosts

Views

Activity

Comment on watchOS app crashing on Series 10 - cannot reproduce on Series 8 running same watchOS version
I've received a video recording of the crash occurring on an Apple Watch Series 10, and it definitely appears to crash when an activity indicator is presented. I'm not able to tell whether this is the activity indicator that I present myself immediately after launching or if it's the one presented by the OS when all apps are launched. Frame 5, PUICActivityIndicatorView setColor:, does lead me to believe that it may be the activity indicator that I'm presenting as I do set its colour.
Sep ’24
Comment on watchOS app crashing on Series 10 - cannot reproduce on Series 8 running same watchOS version
Thanks for your detailed response, Quinn! I'm struggling to understand how this can occur on one watch model and not another, despite running the same version of watchOS (11.0 22R349). I'm also quite curious to know whether other apps built using Xcode 15.4 (or < 16.0) are also having the same problem on the Apple Watch Series 10, and, if not, what it is about my app that's causing this crash.
Sep ’24
Comment on How can I publish standalone watchOS6 app on App Store Connect?
Thanks for this! I've been developing a standalone watchOS app and was wondering what that iOS target was for. I deleted it a while ago and though I can find the lines corresponding to the "iOS wrapper" in the .pbxproj file in the source control history, there doesn't seem to be an easy way to add this target back to my project short of creating a new standalone watch project and transferring everything over
Sep ’23
Comment on Signing error when implementing playbackState reporting
^ That's for the enumeration, the documentation for MPNowPlayingInfoCenter's playbackState instance property specifies it's only for MacOS under Discussion: "This property only applies to macOS. You must set this property every time the app begins or halts playback, otherwise remote control functionality may not work as expected." https://developer.apple.com/documentation/mediaplayer/mpnowplayinginfocenter/2588243-playbackstate
Aug ’23