Today I've investigated migration error. According to my investigations model with preserving after deletion fields would get incorrect hash calculation. That's why custom mapping model would not applied.In `-com.apple.CoreData.MigrationDebug 1` logs the next entry happens: 'CoreData: annotation: (migration) mismatched and destination hashes for mapping model MappingModel.cdm'.My mapping model was regenerated several times on different machines to get rid of potential local issues.Sample code: https://github.com/OdNairy/CloudKitError-FB6713955.gitFeedback ID: FB6713955
Post
Replies
Boosts
Views
Activity
Hi,I'm working on the macOS app that automates identities importing from .developerProfile format. To make imported keys work correctly I have to change the list of trusted applications.SecTrustedApplicationCreateFromPath becomes deprecated API since 10.15 so I become unsafe to use it today. There are no information in the documentation about new approaches for changing ACLs applications. Can you point me in the right direction?