Post

Replies

Boosts

Views

Activity

Reply to Code has restricted entitlements, but the validation of its code signature failed.
@eskimo I've added com.apple.application-identifier and com.apple.developer.team-identifier and it works now, thanks. Oh, and you’re not using --deep, right? Right, I've seen your post. Also, why are you disabling library validation (com.apple.security.cs.disable-library-validation)? I need it to load 3rd party DAL plugins. For other users, the final entitlements: <!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.developer.system-extension.install</key> <true/> <key>com.apple.security.application-groups</key> <array> <string>7XXXXXXXX.com.example.AppName</string> </array> <key>com.apple.application-identifier</key> <string>7XXXXXXXX.com.example.AppName</string> <key>com.apple.developer.team-identifier</key> <string>7XXXXXXXX</string> </dict> </plist>
Dec ’22
Reply to Library validation and CoreMedia I/O plug-ins
&gt; my advice is that you open a DTS tech support incidentDid it last year, Case ID: 718328224.Reply: We have reviewed your request and have concluded that there is no supported way to achieve the desired functionality given the currently shipping system configurations. If you would like for Apple to consider adding support for such features in the future, please submit an enhancement request via Feedback AssistantSubmitted feedback in 2019 (FB7071665), no reply yet.Please find someone who can provide a solution e.g. add new entitlement for our case (in fact all virtual cameras and professional capture devices). This feature is critical for our business and your customers suffer as well.
Apr ’20
Reply to Library validation and CoreMedia I/O plug-ins
Thank you for reply!I have to say that I don't see that FB7071665 has been marked as a duplicate, in Feedback Assistant I see: Recent Similar Reports: None Resolution: Openand no mention of r. 54710955.I also have to ask somewhat off topic question: is there (or will there be) any other way to expose virtual webcam in macOS, besides CoreMedia I/O plug-ins? At least, in the recent or upcoming macOS versions?
Apr ’20