Post

Replies

Boosts

Views

Activity

Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
I'm calling NSUbiquitousKeyValueStore.default.synchronize on app entering foreground like its suggested in https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1415989-synchronize, and its doing it async on another thread, then I'm trying to access an object via NSUbiquitousKeyValueStore.default.object:forKey: and the app gets stuck cause I'm doing it on main thread. @eskimo FB11037643
Topic: App & System Services SubTopic: General Tags:
Aug ’22
Reply to Simulate and send keyboard events inside the Mac OS X Sandbox
Hi I know its an old thread, but I'm trying to find an answer and this seems like a good place. There is an app on Mac App Store, a new app, that simulates user input, and it seems it's doing it while being sandboxed. Is there some new APIs that were introduced, or something changers re sandboxing rules that's it allowed now? https://apps.apple.com/us/app/remmo-remote-mouse-keyboard/id1598906173 I'm have a similar app and I have to distribute it like Matt outside of the store, and I wonder if there was a change that can allow me in. Best regards
Topic: Code Signing SubTopic: General Tags:
Apr ’22
Reply to UINavigationItem.titleView layout issue
My solution is to get the bounds of the the self.superview.superview -> _UINavigationBarTitleControl, instead of relying on the bounds of the self.superview -> _UITAMICAdaptorView.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
Stack trace
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
I'm calling NSUbiquitousKeyValueStore.default.synchronize on app entering foreground like its suggested in https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1415989-synchronize, and its doing it async on another thread, then I'm trying to access an object via NSUbiquitousKeyValueStore.default.object:forKey: and the app gets stuck cause I'm doing it on main thread. @eskimo FB11037643
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
I'm now seeing this happening in tvOS 15.6 :(
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
#0 0x00000001e14dc0a0 in kevent_id () #1 0x0000000104b52ebc in _dispatch_kq_poll () #2 0x0000000104b538e0 in _dispatch_event_loop_wait_for_ownership () #3 0x0000000104b3fc3c in __DISPATCH_WAIT_FOR_QUEUE__ () #4 0x0000000104b3f598 in _dispatch_sync_f_slow () #5 0x00000001a280d018 in -[NSUbiquitousKeyValueStore _synchronizeForced:notificationQueue:] ()
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to agvtool doesn't update extension Marketing Version
Hi. Have you figured this ../YES thing out?
Replies
Boosts
Views
Activity
Jun ’22
Reply to agvtool doesn't update extension Marketing Version
Haha... asked and then remembered --- need to set GENERATE_INFOPLIST_FILE to NO in order for this to work.
Replies
Boosts
Views
Activity
Jun ’22
Reply to Simulate and send keyboard events inside the Mac OS X Sandbox
Hi I know its an old thread, but I'm trying to find an answer and this seems like a good place. There is an app on Mac App Store, a new app, that simulates user input, and it seems it's doing it while being sandboxed. Is there some new APIs that were introduced, or something changers re sandboxing rules that's it allowed now? https://apps.apple.com/us/app/remmo-remote-mouse-keyboard/id1598906173 I'm have a similar app and I have to distribute it like Matt outside of the store, and I wonder if there was a change that can allow me in. Best regards
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Code signing failed on latest non-beta Xcode in macOS Monterey beta 1
Glad to know its not just me :)
Replies
Boosts
Views
Activity
Jul ’21