Post

Replies

Boosts

Views

Activity

Reply to watchOS 6 privacy Permission
Thanks for the reply!!I've watched the WWDC 19 video. It just glosses over permissions entirely without any details, except to say that a mechanism for Health is added in watchOS 6. Notifications also has an explicit permission system (I have not looked nn detail at it), but I am only trying to use CoreMotion which in iOS 5 needed permission on the paired phone AND inside the Watch app on the paired phone. I can not find an API to request permission on a standalone watch in watchOS 6. I have a switch statement on the result oflet auth = CMAltimeter.authorizationStatus()What should I execute in the case .notDetermined ?
May ’20
Reply to Xcode 12 is slow when launching apps (even sample projects)
This still happens. I just spent 12 hrs!!!! downloading Xcode 12.01 from the store to replace v12. Now app launches to device take 2 1/2 minutes after launch screen appears. Deleting the specific iOs DeviceSupport folder for the device's version of iOS did the trick. After the folder deletion, Xcode reloaded the symbol tables from the device and all was well. App launch time now back to 1-2 seconds.
Sep ’20
Reply to Catalyst App and Userdefaults
I also have this problem with UserDefaults in Catalyst. I tried @daspoone 's solution of adding "user-preference-write" = TRUE to the entitlements file and POOF! the app crashes basically can not find entitlements file! It may be that these warnings are just log noise as @Quinn suggests (my app's preferences seem to be read and written just fine), but with every new release of Xcode, there is more and more unhelpful garbage in my debug console!
Dec ’20
Reply to Was CreateMLUI removed from Xcode 12.4
Thanks, but this is a side step, not an answer. I am aware of CreateML as a developer tool. It is great, and I have built many mlmodels with it, but it is somewhat limited, and the playground tool CreateMLUI offered finer granular control and more extensive outputs. I have a training data set which produces a model with sub-par performance. I want to try CreateMLUI (if still possible)for diagnostics purposes.
Mar ’21
Reply to WKWebView to go unresponsive and crash in iOS 15
MrOfu: I get the same, superfluous warning whenever I close a Webkit window: [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" The suggestions to add BackgroundModes and web view.uiDelegate, separately or together had NO effect on this "feature", ie worthless Apple warning.
Nov ’22