Posts

Post not yet marked as solved
9 Replies
To fix the timezone issue in Slack, you can run Slack from the command line (every time you want to use it), as follows: codesign -dr - /Applications/Slack.app && TZ=Australia/Sydney open -b com.tinyspeck.slackmacgap Replace Australia/Sydney with your timezone though. 😀
Post not yet marked as solved
22 Replies
Same here, in Xcode 15 beta 1.
Post not yet marked as solved
1 Replies
We too have just hit this limit, and have only run 7 builds today.
Post not yet marked as solved
4 Replies
I am experiencing the same problem 2 years after this was originally raised by the OP. I've tried both my iPhone 14 Pro and iPad Air 4, running iOS/iPadOS 16.2, connected to MacBook Pro M1 Pro running Ventura 13.2.1 and Xcode Version 14.2. I can build and run on those devices successfully, but Xcode Preview on device does not work.
Post not yet marked as solved
4 Replies
That didn't happen to me. I can see my GitHub repo as the primary repository. What happens if you delete and recreate the workflow?
Post not yet marked as solved
14 Replies
It would be a huge timesaver if this could be automated.
Post marked as solved
4 Replies
I need to know
Post marked as solved
6 Replies
Use the UITextFieldDelegate and implement textFieldShouldReturn. It is called when the user presses the return key on the keyboard.
Post not yet marked as solved
11 Replies
The problem went away when I switched to using the Metal renderer for Google Maps: GMSServices.setMetalRendererEnabled(true)
Post not yet marked as solved
61 Replies
I just updated to macOS Ventura beta 1 and now my external drive won't mount. I can see it in Disk Utility, but when I choose mount I get an error: "Could not mount “NIKON D3200”. (com.apple.DiskManagement.disenter error 53249.)"
Post not yet marked as solved
7 Replies
I was checking the shuffle mode on a background thread, then setting it to the inverse on the main thread, and I was seeing the problem you've described.I removed the async closures and the error and freezing have gone away.
Post not yet marked as solved
7 Replies
Apple’s documentation about this feature does not mention this requirement. It is nowhere to be seen in the AppStore review guidelines, so I am confident they will not enforce what they suggested during the WWDC keynote.