Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 overheating and drains battery on M2
I'm not 100% sure if it's exactly your case, but it worked for me. Simulators are somewhat buggy in the new Xcode. Run this in Terminal: /usr/libexec/PlistBuddy /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Library/Wallpaper/Collections/Collections.plist -c "add order array" -c "add order: string 23EC2CF1-0188-49FC-B214-EC1AB37FE5C4" Solution was taken from here. It's the same thing as it was with the Xcode 14 first release. I hope it helps.
Sep ’23
Reply to Simulator beta 15 is too slow
Same thing as in previous year, same fix. Just paste it into the Terminal: /usr/libexec/PlistBuddy /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Library/Wallpaper/Collections/Collections.plist -c "add order array" -c "add order: string 23EC2CF1-0188-49FC-B214-EC1AB37FE5C4"
Sep ’23
Reply to CloudKit not working properly in iOS 17 RC
I had the same issue yesterday, and spent 4 hours trying everything eventually making it working. I think two things helped: resetting developer environment at iCloud console, and turning on and off CloudKit checkboxes in targets' "Singing & Capabilities". Everything I've done with data controller itself was fruitless, I guess it's something to do with certificates, entitlements, signatures, all that stuff. Not code itself.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’23
Reply to Xcode 15 overheating and drains battery on M2
I'm not 100% sure if it's exactly your case, but it worked for me. Simulators are somewhat buggy in the new Xcode. Run this in Terminal: /usr/libexec/PlistBuddy /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Library/Wallpaper/Collections/Collections.plist -c "add order array" -c "add order: string 23EC2CF1-0188-49FC-B214-EC1AB37FE5C4" Solution was taken from here. It's the same thing as it was with the Xcode 14 first release. I hope it helps.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Background color for List in SwiftUI
You can just add .clipShape(RoundedRectangle(cornerRadius: 15)) over the ZStack to clip it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Simulator beta 15 is too slow
Same thing as in previous year, same fix. Just paste it into the Terminal: /usr/libexec/PlistBuddy /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Library/Wallpaper/Collections/Collections.plist -c "add order array" -c "add order: string 23EC2CF1-0188-49FC-B214-EC1AB37FE5C4"
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 15RC Simulator extremely slow
And we have a winner! https://developer.apple.com/forums/thread/734573?answerId=764784022#764784022
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 15RC Simulator extremely slow
I've got the same issue, although I wouldn't say that running simulator in advance somewhat helps. My biggest issue is a preview window which takes 5 minutes to launch. I verified my system on an absolutely fresh Sonoma install. If you've got any clues, please share them here.
Replies
Boosts
Views
Activity
Sep ’23
Reply to CloudKit not working properly in iOS 17 RC
I had the same issue yesterday, and spent 4 hours trying everything eventually making it working. I think two things helped: resetting developer environment at iCloud console, and turning on and off CloudKit checkboxes in targets' "Singing & Capabilities". Everything I've done with data controller itself was fruitless, I guess it's something to do with certificates, entitlements, signatures, all that stuff. Not code itself.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode b4 Simulator "Posterboard has quit unexpectantly"
Beta 6 has arrived, still the same issue. I have a suspicion, that it may be not Xcode per se, but some Ventura issue. It's strange that they ignoring the issue of an overheatng cpu. EDIT: It solved problem in one place (with Picker), but not in other (with DatePicker).
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14: Publishing changes from within view updates
wizard_dev is a genius. The (temporary) solution for the problem, that for a view that appears in the .sheet is to kill NavigationView/Stack that goes into this view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode b4 Simulator "Posterboard has quit unexpectantly"
Problem unresolved in XCode 14 beta 6. On M1 (non-pro/max models) CPU usage close to 100% at all heads, on MacBook Air cpu temperature constantly around 80—95º.
Replies
Boosts
Views
Activity
Aug ’22