> On 4 Aug 2021, at 12:30, RhapSoft Feedback wrote:
>
> Hi Dragan,
>
> I experienced a similar crash with my Mac app recently when using recent
> versions of Xcode.
> I found a way to fix it:
> I added the CoreData framework explicitly in the target dependency setting as
> it was not present.
>
Hi Dragan,
I experienced a similar crash with my Mac app recently when using recent
versions of Xcode.
I found a way to fix it:
I added the CoreData framework explicitly in the target dependency setting as
it was not present.
I hope it will also fix it in your case.
Romain.
> Le 4 août 2021 à
Not really Cocoa but more Xcode/SDK problem, but still…
I’ve got a Mac application, which uses CoreData. The usage of the framework is
rather moderate, nothing really fancy about it. The application is build with
SDK 11 (1Big Sur), but the minimal deployment target is Sierra (10.12).
The last “