I am developing a non-appstore Developer ID app and have found I am unable to launch it on 10.7. It launches just fine on 10.6 & 10.14 but I can see the following error in system.log with 10.7:
Oct 18 10:44:42 macos-10 taskgated[768]: none of the 0 applicable provisioning profile(s) apply
Oct 18 10:44:42 macos-10 taskgated[768]: killed <bundle-id>[pid 781] because its use of the com.apple.developer.team-identifier entitlement is not allowed
Oct 18 10:44:42 macos-10 com.apple.launchd.peruser.501[135] ([0x0-0x3f03f].<bundle-id>[781]): Exited: Killed: 9The app uses the Personal VPN entitlement and has an App ID generated by Xcode, and uses a Mac DirectDistribution provisioning profile. The above error states that there were no applicable profiles so I'm wondering it is not being embedded correctly (although that wouldn't explain why other versions on macOS don't have the same issue).
Can anybody shed any light on the cause of the the issue?
Many thanks