Skip to content

xcodebuild error: Kingfisher_Kingfisher does not support provisioning profiles. Kingfisher_Kingfisher does not support provisioning profiles, but provisioning profile XXX has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'Kingfisher_Kingfisher' from project 'Kingfisher') #2215

Closed Answered by cuongchau93
cuongchau93 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your reply @onevcat

I think my question is misleading
I later found out that if I upgraded my SPM to newer versions, it starts giving the same issue

The fix I found was to change the xcodebuild command a bit

xcodebuild -project ./Abc.xcodeproj -scheme Scheme archive -sdk iphoneos -configuration AdHoc -archivePath ./archived CODE_SIGNING_REQUIRED=Yes CODE_SIGNING_ALLOWED=Yes

With this it will help use default signing option of each package

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cuongchau93
Comment options

Answer selected by cuongchau93
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants