Post

Replies

Boosts

Views

Activity

Reply to Disk Write Exception
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.
Feb ’23
Reply to App Sandbox not enabled
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 ...
Topic: Code Signing SubTopic: General Tags:
May ’23
Reply to Disk Write Exception
Not really, just a template about how to symbolicate and read crash logs. I'm going to contact them again, since I failed to reply the last time and this is still a big issue. Since the last time, I'm now seeing a new limit of 17.18 GB. The lower end device that reported the issue is an iPhone 13 that has a maximum of 512 GB and on the newer side an iPhone 14 Pro Max that has a minimum of 128 GB, so between 128 - 512 we can get that limit. This means nothing, really, since the 1073 MB limit was reported from an iPhone 15 Pro Max that has at least 256 GB.
May ’24
Reply to Disk Write Exception
Sorry Quinn didn't received the notification about the new post. I remember reproducing the crash before but I'll try to reproduce it again tomorrow just to be sure. If you say it does not terminate the app that must be the case, and if it's so, then this is not an issue in cases where the app should be doing that disk intensive tasks. I'm unable to attach a zip here so I've uploaded some xcdiskwritepoint containing the logs: https://d.keka.io/xcdiskwritepoint.zip Thanks for taking the time.
May ’24
Reply to iPhone is busy: Making Apple Watch ready for development
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.
Replies
Boosts
Views
Activity
Oct ’21
Reply to Unable to distribute to the App Store, failed to cloud sign
For what it's worth, the reported feedback ID is FB10006890.
Replies
Boosts
Views
Activity
May ’22
Reply to Unable to distribute to the App Store, failed to cloud sign
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.
Replies
Boosts
Views
Activity
May ’22
Reply to Disappearing empty Smart App Banner
Same issue here. Any update?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Disk Write Exception
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.
Replies
Boosts
Views
Activity
Feb ’23
Reply to Disappearing empty Smart App Banner
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.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to App Sandbox not enabled
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 ...
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to AppleID Login failing in virtualized OS
+1, feedback sent
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to App Sandbox not enabled
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.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to AppStore Connect default team
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.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Toolbar Menu button seems to look disabled
Same here, Xcode 15.0.1, macOS 13.6.1 🥲
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to SwiftUI macOS: tracking the mouse in a view?
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
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Disk Write Exception
Not really, just a template about how to symbolicate and read crash logs. I'm going to contact them again, since I failed to reply the last time and this is still a big issue. Since the last time, I'm now seeing a new limit of 17.18 GB. The lower end device that reported the issue is an iPhone 13 that has a maximum of 512 GB and on the newer side an iPhone 14 Pro Max that has a minimum of 128 GB, so between 128 - 512 we can get that limit. This means nothing, really, since the 1073 MB limit was reported from an iPhone 15 Pro Max that has at least 256 GB.
Replies
Boosts
Views
Activity
May ’24
Reply to Disk Write Exception
To be clear, a good solution for this will be to get something similar to UIApplication.didReceiveMemoryWarningNotification so we can at least prevent the crash and cancel the operation with an explanation to the user.
Replies
Boosts
Views
Activity
May ’24
Reply to Disk Write Exception
Sorry Quinn didn't received the notification about the new post. I remember reproducing the crash before but I'll try to reproduce it again tomorrow just to be sure. If you say it does not terminate the app that must be the case, and if it's so, then this is not an issue in cases where the app should be doing that disk intensive tasks. I'm unable to attach a zip here so I've uploaded some xcdiskwritepoint containing the logs: https://d.keka.io/xcdiskwritepoint.zip Thanks for taking the time.
Replies
Boosts
Views
Activity
May ’24