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
Replies
Boosts
Views
Activity
Currently there seems to be no way to put a header above a List or Form, and we just have to use VStack. Hopefully add the ability to specify a Form/List header/footer with a future version of SwiftUI.
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.)"
The problem went away when I switched to using the Metal renderer for Google Maps:
GMSServices.setMetalRendererEnabled(true)
Use the UITextFieldDelegate and implement textFieldShouldReturn. It is called when the user presses the return key on the keyboard.
@jeancachu, that has not been my experience. I have a TestFlight build that has been expired, yet it can still be run.
I need to know
I think this will be possible with the Environment section of the Xcode Cloud Workflow. There's a checkbox for "Secret" next to each environment variable that you define.
It would be a huge timesaver if this could be automated.
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?
Is the "production build" also from the dev branch?
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.
We too have just hit this limit, and have only run 7 builds today.
Same here, in Xcode 15 beta 1.
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. 😀