Post

Replies

Boosts

Views

Activity

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