Posts

Post not yet marked as solved
0 Replies
247 Views
Enable Developer Mode - Missing Trust this computer - Missing, if the prompt happens and you accidentally tap the verbiage or the crown before scrolling to the buttons, you never ever see the trust this computer again. Double tapping the side button or crown to kill apps is a game of roulette. If you don’t swipe the app in mere seconds the list disappears or one of the background apps becomes active. After upgrading all watches to 10.4 and pairing to a phone guess what? Enable developer mode - missing. Now I have a few watches that cannot be used for development. When is Apple going to address this glaring bug people have been reporting and talking about in the forums for almost a year with versions of watchos from as early as 9.x and iOS 16?
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
277 Views
iMessage Contact Key Verification New Features With iMessage Contact Key Verification, users can choose to further verify that they are messaging only with the people they intend. iMessage Contact Key Verification uses Key Transparency to enable automatic verification that the iMessage key distribution service returns device keys that have been logged to a verifiable and auditable map. When a user enables the feature, they will be notified about any validation errors directly in the Messages conversation transcript and Apple ID Settings. For even higher security, iMessage Contact Key Verification users can compare a contact verification code in person, on FaceTime, or through another secure call. They can also choose to create or edit a contact and save a public key to turn on iMessage Contact Key Verification with that person. All devices signed into your iCloud account must be on the minimum supported version of iOS 17.2 Beta, macOS 17.2 Beta, or watchOS 17.2 Beta. If you wish to keep using other devices on older versions of the OS, you will need to sign out of iMessage on these devices in order to enable contact key verification. (111356044)
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
293 Views
Xcode 14+, including Xcode 15 sims, no longer detaches Apps on stop on macOS 13.5+ Apple Silicon. Terminating the sim releases the connection with Xcode and resets the stop button. The same happens for mac apps.
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
1 Replies
426 Views
When all platforms are selected for download via Safari, it is a game of roulette where either a platform is not downloaded, Xcode is included in the download, or Xcode is not downloaded, but all four platforms are downloaded. This then creates a download mess with the manifest file because now you have a uncheck a few platforms and start all over again. How do you raise the Safari concurrent file download limit?
Posted
by MobileTen.
Last updated
.
Post marked as solved
2 Replies
580 Views
Updating to macOS 13.3 - Previously Compatible WiFi network is now not compatible due to iCloud Relay. These changes were not mentioned in the release notes and if this is intended behaviour is iCloud Private Relay be deprecated? Then the magSafe light is now burning red on a full charged battery after the reboot.
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
524 Views
So recently, Xcode has been stuck on launch, and the only way for it to launch is to kill the core simulator process or keep trying to launch until it eventually starts. Has anyone experienced this? Xcode 14.2 macOS 12.6.3 MacBook Pro.
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
macOS app using a TabView, each tab's root view is using a @FetchRequest to populate a List view. while switching between tabs results in 1 ... (n * n) duplicate items on each tab switch. The behaviour is as if the internal update call in response to the SwiftUI view updating is not clearing the previous List view items but is appending to it. How do you clear or empty the List view on/or before every UI update call to the @FetchRequest property wrapper?
Posted
by MobileTen.
Last updated
.