Posts

Post not yet marked as solved
1 Replies
507 Views
Hi,I am dealing with a long notarization process and are looking for ideas how to shorten it.1) We have a ~500MB package which contains a few app bundles. We send in everything for notarization and it takes between 1 and 3 hours.2) Afer the notarization of our app bundles we create an installer (necessary at the moment) which we have to send in as well for notarization - again between 1 and 3 hours.3) After the notarization process of the installer we copy it into a dmg, which we again have to send in for notarization - between 1 and 3 hours.Any idea what I could do to eliminate this? Even a 2 hours process is way to long for internal distribution or working with our own beta testers.Thanks a lot!
Posted Last updated
.
Post not yet marked as solved
4 Replies
3k Views
Hi, my application can be extended with external plugins and therefore needs to be debugable. I notarized my application properly with the entitlements below. The most interesting entitlements are com.apple.security.cs.disable-library-validation and com.apple.security.get-task-allow (see explantation why below) com.apple.security.cs.disable-library-validation com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.get-task-allow According to this Apple documentation page get-task-allow is allowed in combination with disable-library-validation in order to make that happen:To enable debugging a plug-in in the context of a host executable, the host can include the com.apple.security.get-task-allow entitlement if it also includes the Disable Library Validation Entitlement. Don’t disable library validation for executables that don’t host plug-ins because library validation protects them from loading untrusted code.But Xcode is still not able to attach the process. Any ideas what could cause this?error: attach by pid '27450' failed -- Error 1
Posted Last updated
.