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

In the initial xcode Task, I used 'packageApp' that will run the ´archive´ mode. But later I figured that I still needed to sign the .ipa with the entitlements. Hence I only needed to archive with extra arguments.

Ideally, one should have a build pipeline that will run a clean-build and test the code, then such pipeline to deploy the .ipa after it's verified.

Read full topic


Viewing all articles
Browse latest Browse all 26

Trending Articles