Post

Replies

Boosts

Views

Activity

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.
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 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