Post

Replies

Boosts

Views

Activity

Reply to OSSystemExtensionRequest didFailWithError code 8
thank you eskimo . the domain is indeed OSSystemExtensionErrorDomain.so i presume that since my extension is not signed i get the error OSSystemExtensionErrorCodeSignatureInvalid .but i also tried with SIP disabled (i.e. csrutil disable). but i get the same error . what's the issue then?can i not activate system extension without signature on SIP disabled system ?
Apr ’20
Reply to Code signature validation failed fatally
thank you --! i see that everything in the first is allowed in second . Dumping the output here Entitlement for app <dict>     <key>com.apple.application-identifier</key>     <string>TeamID.com.company.abcappn</string>     <key>com.apple.developer.networking.networkextension</key>     <array>         <string>content-filter-provider</string>     </array>     <key>com.apple.developer.system-extension.install</key>     <true/>     <key>com.apple.developer.team-identifier</key>     <string>TeamID</string> </dict>    In the Embedded Profile for app key>Entitlements</key>       <dict>                                          <key>com.apple.developer.system-extension.install</key>            <true/>                       <key>com.apple.developer.networking.networkextension</key>            <array>                       <string>packet-tunnel-provider-systemextension</string>                       <string>app-proxy-provider-systemextension</string>                       <string>content-filter-provider-systemextension</string>                       <string>dns-proxy-systemextension</string>                       <string>dns-settings</string>            </array>                       <key>com.apple.application-identifier</key>            <string>TeamID.com.company.abcappn</string>                                              <key>keychain-access-groups</key>            <array>                       <string>TeamID.*</string>            </array>                                              <key>com.apple.developer.team-identifier</key>            <string>TeamID</string>         </dict> Anything else you suggest need to be examined .
Aug ’20