I have a project that includes an Endpoint security system extension as a launch daemon and a network extension in another linked app.
Previously I have built the project in release mode via xcodebuild. This worked fine during testing where my provisioning profile was a testing one not provisioned for all devices.
Now I have switched the provisioning profile for a distribution ID profile that is provisioned on all devices. Building through xcode itself successfully builds in debug and release. However building through `xcodebuild` fails at the `codesign` task.
what could be going on ? note my dev machine is offline.
Best Regards