I used Fetch to get a record from Cloud Kit.
When deploying to TestFlight, there is a problem with no Value in Record.
There is no problem when deploying to Microsoft's Appcenter and running as a build.
TestFlight log
The user record is: <CKRecord: 0x107007440; recordID=c7c0898bb77b5ddea983c7bb10ed3161:(defaultZone:defaultOwner), recordChangeTag=k676kqev, recordType=Users>
Build log
The user record is: <CKRecord: 0x123709f00; recordID=c7c0898bb77b5ddea983c7bb10ed3161:(defaultZone:defaultOwner), recordChangeTag=k676kq00, values={ adenable=Y, nickname=Tester, cash=0 }, recordType=Users>
As above, there is no value in the TestFlight log.
The app's iCloud setting is turned on.
Any feedback would be appreciated.