Posts

Post not yet marked as solved
5 Replies
UPDATE: Finally, I confirm that Roland Cloud plugins NEED read access to the "~/Library/Application Support/Roland Cloud/shared" directory to check their permission status! The fact is that the beta version contained these (XCode injected?) additional entitlements: com.apple.security.temporary-exception.files.absolute-path.read-only/ com.apple.security.temporary-exception.mach-lookup.global-namecom.apple.testmanagerdcom.apple.dt.testmanagerd.runnercom.apple.coresymbolicationd That is :(
Post not yet marked as solved
5 Replies
I actually said something stupid. Enabling com.apple.security.network.server works. It involved reinstalling some things. A thousand thanks!
Post not yet marked as solved
5 Replies
Thank you Quinn! I've added the server entitlement but but that wasn't enough, Roland plugins need read access to the "~/Library/Application Support/Roland Cloud" directory to check their authorization status :( com.apple.security.temporary-exception.files.home-relative-path.read-only /Library/Application Support/Roland Cloud/ Now I hope this exception will be accepted by the review team. Bruno
Post marked as solved
2 Replies
Thank you Quinn :) Checking the notarization status: xcrun altool --notarization-info (notarization ID) --username "(username)" --password "password" I''ve got this error description in the returned log: "issues": [ { "severity": "error", "code": null, "path": "framework.pkg Contents/Payload/Library/Frameworks/framework.framework/Versions/A/framework", "message": "The signature does not include a secure timestamp.", "docUrl": null, "architecture": "x86_64" }, { "severity": "error", "code": null, "path": "framework.pkg Contents/Payload/Library/Frameworks/framework.framework/Versions/A/framework", "message": "The signature does not include a secure timestamp.", "docUrl": null, "architecture": "arm64" } ] Adding the --timestamp flag to XCode "other signing flags"solved the issue.
Post marked as solved
1 Replies
It seems that the issue was related to DTS mail failing to reach my mailbox. I sent a mail directly to macdstsupport which replied: "I did respond to your incident on January 13th at 5:34PM Pacific time.  You must have not received it?"
Post not yet marked as solved
5 Replies
This problem is caused by an invalid (expired) certificate. You can work around the problem by temporarily changing the system date to before the certificate expiration date.
Post not yet marked as solved
3 Replies
Thank you. The command line method will be the workaround 🙂 until somebody at Apple fixes this.
Post marked as solved
10 Replies
Hello Quinn,I understand that you are not involved on such question, but I'm at total loss...I have opened a DTS tech support incident as you suggestes on July 5 and still waiting for a reply... Is it normal ? How can I solicit a reply? By opening another support incident?Thank you very much 🙂Bruno
Post marked as solved
10 Replies
The framework is not loaded if hardened runtime is enabled. I have checked the various cases (A and B and others) but there's no way to make it work except by switching of the HR button in XCode. What am I missing?
Post marked as solved
10 Replies
Thanks. I will try this ASAP (I wasn't here last days)
Post marked as solved
10 Replies
Imported: The framework is added to my Xcode project as "optional" and not copied inside my frameworks app subfolder. The framework path is the standard Library/Frameworks one. Everything loads correctly until I enable hardened runtime. I can provide a sample project if needed.Thanks
Post not yet marked as solved
5 Replies
Asked the question here:https://forums.developer.apple.com/message/365393#365393Thank you
Post not yet marked as solved
11 Replies
Hello,I'm having the same problem. Built a piece of code as an external framework which can be optionally installed (in Library/Frameworks).This worked fine until I've enable hardened runtime in my mac os app (even with the "Disable Library Validation" option set).Both app and framework have the LC_VERSION_MIN set to 10.9, as suggested in this thread:https://forums.developer.apple.com/thread/115451Both app and framework are signed by me. The application is not sandboxed.Any suggestions?
Post not yet marked as solved
5 Replies
Hello,I'm having the same problem. Built a piece of code as an external framework which can be optionally installed (in Library/Frameworks).This worked fine until I've enable hardened runtime in my mac os app (even with the "Disable Library Validation" option set).Both app and framework have the LC_VERSION_MIN set to 10.9, as you have suggested.Both app and framework are signed by me. The application is not sandboxed.Any suggestions?