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

Ambiguous resolution: module #320

Closed
Balasnest opened this issue Apr 19, 2018 · 1 comment
Closed

Ambiguous resolution: module #320

Balasnest opened this issue Apr 19, 2018 · 1 comment

Comments

@Balasnest
Copy link

Balasnest commented Apr 19, 2018

I am using cocopods. Installed through pod. I am not able to find Lottie.framework inside Libraries and Embedded Binaries.

Getting Ambiguous resolution :module

check this SS

  pod 'lottie-ios', :path => '../node_modules/lottie-ios'
  pod 'lottie-react-native', :path => '../node_modules/lottie-react-native'
  pod 'React', :path=> '../node_modules/react-native'
  pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
  
  post_install do |installer|
      installer.pods_project.targets.each do |target|
          if target.name == "React"
              target.remove_from_project
          end
      end
  end

Tried with npm cache clean, reset, unlink, restart pc. No change.

@SHISME
Copy link

SHISME commented Nov 27, 2018

I have the same problem, have any solution?

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