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
-
Hi all, On upgrading to Kingfisher 7.10.0, I start to receive the above error when trying to archive my project with manual signing The command I'm using is
I have looked through some online resources but couldn't find a solution I checked through the changes between 7.10 version and its older versions but couldn't find anything related. Any suggestion will be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@cuongchau93 Thanks for reporting this. I am not sure what it can be now... Did you mean a version before, such as 7.9.1, does not cause this error? And may I know how did you add Kingfisher to your project? If you are trying to link Kingfisher.framework, maybe it is a good idea to set it as "Embed Without Signing" in your case. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback! Nice to hear the solution! |
Beta Was this translation helpful? Give feedback.
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
With this it will help use default signing option of each package