Adding skip_codesigning: true didn't actually fix the issue.
Entitlments and watch app would not be correctly signed.
What really solved the issue was adding xcargs: "CODE_SIGN_STYLE=Manual DEVELOPMENT_TEAM=#{options[:teamid]}"
Adding skip_codesigning: true didn't actually fix the issue.
Entitlments and watch app would not be correctly signed.
What really solved the issue was adding xcargs: "CODE_SIGN_STYLE=Manual DEVELOPMENT_TEAM=#{options[:teamid]}"