In Package.swift this line forces you to choose either "Embed and Sign" or not to code sign when including ConfettiSwiftUI into an app (in Xcode):
type: .dynamic
This line isn't really needed.
I discovered this when attempting to build one of my apps with Xcode Cloud. Here's the error you get during the archive process:
ITMS-90334: Invalid Code Signature Identifier. The identifier "ConfettiSwiftUI-55554944d4fbc3d9c42f38d3b8bfbbc8cd81fa38" in your code signature for "ConfettiSwiftUI" must match its Bundle Identifier "ConfettiSwiftUI"
The text was updated successfully, but these errors were encountered:
In
Package.swiftthis line forces you to choose either "Embed and Sign" or not to code sign when including ConfettiSwiftUI into an app (in Xcode):This line isn't really needed.
I discovered this when attempting to build one of my apps with Xcode Cloud. Here's the error you get during the archive process:
The text was updated successfully, but these errors were encountered: