Posts

Post marked as solved
4 Replies
For macOS 13.0 and iPadOS 16.0 or newer you can use onContinuousHover, although it does not seem to work with the mouse button held down. public func onContinuousHover(coordinateSpace: CoordinateSpace = .local, perform action: @escaping (HoverPhase) -> Void) -> some View
Post not yet marked as solved
1 Replies
Same here, Xcode 15.0.1, macOS 13.6.1 🥲
Post not yet marked as solved
30 Replies
4 years later. I'm filling a feature request in the Feedback Assistant. Please consider doing the same if you want this to be fixed.
Post not yet marked as solved
13 Replies
Similar to https://developer.apple.com/forums/thread/705472, I had to create new certificates and resign all binaries. Probably this was caused by an expired certificate.
Post marked as Apple Recommended
+1, feedback sent
Post not yet marked as solved
13 Replies
I was welcomed with this issue today. Been publishing this app properly signed for years. It's even visible in the package review that the binaries have this flag enabled but the build is being blocked with this message: ITMS-90296: App sandbox not enabled The following executables must include the 'com.apple.security.app-sandbox' entitlement with a Boolean value of true in the entitlements property list: [[com.aone.keka.pkg/Payload/Keka.app/Contents/MacOS/keka7z ...
Post marked as Apple Recommended
For what is worth it started working after a few weeks with no further actions on my end. So maybe they review/activate those manually on their part? Not sure but my advice: patience.
Post not yet marked as solved
2 Replies
Seems like that. In my case I received various reports: iPad14,3 reached 4294.97 writes iPad7,2, iPad8,7 and iPhone13,4 all reached 1073.74 writes Nut sure if it is version dependant or maybe storage size dependant but the limit can change. I've just asked for code-level support to Apple, will update with the response.
Post marked as Apple Recommended
Same issue here. Any update?
Post marked as solved
2 Replies
Turns out it was a missing certificate (and private key) for signing the binaries, result of migrating from one Mac to another. Odd the distribution assistant did not warn about that.
Post marked as solved
2 Replies
For what it's worth, the reported feedback ID is FB10006890.
Post not yet marked as solved
111 Replies
Facing this issue since Xcode 13 betas. Disabling Bluetooth in the iPhone temporarily fixes the issue for me. With the Control Center Bluetooth icon in grey, no need to fully disable it in the Settings app.
Post not yet marked as solved
2 Replies
I'm not seeing this behaviour. In Big Sur the toolbar icons are centered in the new apps.
Post marked as solved
7 Replies
I noticed Big Sur default apps have the old icon (Catalina) in the resources. This icon is present both in the icns form and in the Assets.car. Also in this Assets.car file is present the new and rounded icon, that shows in Big Sur. If you copy/paste one of those apps to Catalina you'll see the old icon though. So it might be possible and makes sense they give us this possibility.