Posts

Post not yet marked as solved
4 Replies
0 Views
I can't believe this doesn't have more answers/attention. I have huge UI inconsistency issues between mini simulator and mini device, even on Mini 13/iOS 15/Xcode 13, it's completely unreliable. Basically, if you want truly make sure your app looks fine on the mini you have to buy one, which is crazy.
Post marked as solved
1 Replies
0 Views
Nevermind. Woke up the next day and all records are fetching correctly.What appears to have happened is, the loginIds that could be fetched were added that morning and the newly inserted ones from last night could not be fetched.Last night, as a test, I created a new dummy table with 1 string field, added 3 records to it and all 3 could not be fetched, not even by the fetchAll recordName query. This morning all 3 records can be fetched just fine...So last night something was very strange where we could write to cloudkit but all fetches happened against some cache of older data? which caused my issues. Pretty wonky, seems like it was like this for a few hours at least while I was running my tests.