Skip to content

Error (Xcode): Multiple commands produce "...GoogleUtilities_Privacy.bundle' #2416

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

You must be logged in to vote

Solved by adding pod 'GoogleUtilities' in the Podfile for the two different targets.

e.g.

target 'NotificationServiceExtension' do
  pod 'GoogleUtilities'
end

Still wondering tho why it builds successfully locally but not in CodeMagic.

Replies: 2 comments 1 reply

Comment options

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

Answer selected by VeeTsien
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
3 participants