Post

Replies

Boosts

Views

Activity

Comment on CloudKit - Cannot create or modify field 'CD_nameFirstChar' in record 'CD_Charts' in production schema
So on the cloudkit console deploy schema changes was still available on the Development container. I don't understand that actually because I thought I read someplace that if the initialization code listed below is run then the Dev schema is deployed and that once an App runs on production using that schema that it automatically gets deployed to production? Someplace I developed a misconception. I used the deploy option and now I see the field on the production container. So THANKS!
Apr ’24
Comment on CloudKit - Cannot create or modify field 'CD_nameFirstChar' in record 'CD_Charts' in production schema
You might not be wrong see my reply below. But I am at a loss as to how it happened. Also I do not see those errors on my Console or any of the OS_Logs I am getting from some TestFlight users now. In fact I am not seeing ANY CKERRORS for the two testers I have who are reporting the issue.... and yet not updating. ... By the way dude, thanks for the reply. Any other thoughts based on the below?!
Apr ’24
Comment on Crash Writing NSUserDefaults in CompletionBlock of dismissViewController
I marked this right because it had a lot of good ideas that are probably in the zone. I don't know for sure that it fixed the issue, but I agree that it was NOT a good idea to be doing all that stuff in the the completion block of code that dismisses a viewController. I moved it to the parent viewController's viewDidAppear as per the suggestion. Probably the right way to go.
Nov ’22