I'm seeing the same error using Xcode 13 Beta 4. I rebooted my Mac after Xcode 13 Beta 4 installation. No change. Data created in app using iPhone 12 Pro iOS 15 simulator is not showing up in CloudKit (I checked CloudKit Dashboard). Record created in CloudKit Dashboard is not appearing in app on simulator. I have confirmed my same app continues to work with CloudKit on baseline Xcode 12.5.1 with iPhone 12 Pro iOS 14.5 simulator.
Post
Replies
Boosts
Views
Activity
nitramluap - please provide the Feedback ticket number for the bug report you made for reference on this thread and so that others can track in Feedback Assistant.
Closed this Feedback on today.
I tried it out using Xcode 13 Beta 3. It now works after I did the Erase All Contents and Settings on iOS 15 iPhone 12 Pro simulator. I will look to close associated radar (feedback).
Great. I haven’t had a chance to test it myself on Beta 3. I will try to do so in the next few days. If working, I should be able to update Feedback ticket.
No change yet. Feedback is still open.
So just to make sure I understand, I can take the actual string name of the SF symbol and stored it in my model as a string type attribute? Correct? Then if I want to use it, I would take that string type attribute and use it as an input parameter when I display the image view in my UI? Otherwise I guess you’re saying I could do the conversion of the SF symbol name to an image by using system name parameter and then store that image as a binary data or transformable attribute type? Just trying to be clear.