Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with other dependencies #44

Closed
Izudinalqasam opened this issue Jul 22, 2021 · 2 comments
Closed

Conflict with other dependencies #44

Izudinalqasam opened this issue Jul 22, 2021 · 2 comments

Comments

@Izudinalqasam
Copy link

Izudinalqasam commented Jul 22, 2021

I get error when following setup for IOS

The Swift podDKPhotoGallerydepends uponSDWebImage, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers!globally in your Podfile, or specify:modular_headers => true for particular dependencies

when i change it to be

target 'Runner' do
  use_modular_headers!
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

install pod successful but when i run project to simulator i get another error
Jepretan Layar 2021-07-22 pukul 23 19 41

@Jparrgam
Copy link

Jparrgam commented Sep 8, 2021

@lijy91 Do you have any idea of ​​this compilation error, I have the same error in android

`> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Type com.facebook.soloader.SoLoader is defined multiple times: /Users/x/Documents/picap/picap_flutter/build/flipper-no-op/.transforms/77889fe50da36fe0517a5c6ad12f9211/classes/classes.dex, /Users/x/Documents/picap/picap_flutter/build/app/intermediates/external_libs_dex/gmsRelease/mergeExtDexGmsRelease/classes.dex
`

@lijy91
Copy link
Member

lijy91 commented Oct 29, 2021

I am developing AnyInspect to replace Flipper, flutter_flipperkit will stop updating in the near future.

Discord

@lijy91 lijy91 closed this as completed Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants