Quantcast
Channel: Xcode 14 beta code signing issues when SwiftPM targets include resources
Viewing all articles
Browse latest Browse all 26

Xcode 14 beta code signing issues when SwiftPM targets include resources

$
0
0

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]}"

Read full topic


Viewing all articles
Browse latest Browse all 26

Trending Articles