Skip to content

Multiple targets match implicit dependency #7141

Answered by dalton5
dalton5 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I fix it.

I added pod 'GoogleUtilities' in both target in my pod file as below

target 'Runner' do
use_frameworks!
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(FILE))
pod 'GoogleUtilities'
end

target 'ImageNotification' do
use_frameworks!
pod 'Firebase/Messaging'
pod 'GoogleUtilities'
end

Replies: 2 comments 1 reply

Comment options

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

Answer selected by dalton5
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