Quantcast
Channel: Package Manager - Swift Forums
Viewing all articles
Browse latest Browse all 166

Xcode14 disabel code signing on .bundle

$
0
0

Xcode 14 introduces some mandatory signing on the .bundle.
We are building frameworks/xcframework in command line via xcodebuild
I have tried -configuration "CODE_SIGNING_ALLOWED=NO, CODE_SIGNING_REQUIRED=NO"
but it still requires code signing for the .bundle. We didnt have that issue in Xcode 13.
I have read the following thread xcode-14-beta-code-signing-issues-when-swiftpm-targets-include-resources.

I would like to disable code signing for the bundle inside the framework as its not really needed. (The framework target doesn't require code signing BUT the .bundle does)
Thanks

5 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 166

Trending Articles