Oh I feel so stupid! It works now!
I had copied that coded verbatim from some posts, and then I tried changing everything else but never thought to check that!
Thank you so much!
Francesco
Post
Replies
Boosts
Views
Activity
Thank you for your reply!
I am attaching the entitlements with (I tried with and without --deep):
codesign -o runtime --entitlements ../entitlements.plist -s "Francesco" -f Dafne.app
and my entitlements.plist is the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>
com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
I am attaching the crash report. Any clue?
dafne_2022-06-07-074024_Francescos-MacBook-Pro.crash
Thanks a lot?