Skip to content

Commit

Permalink
fix(ios): pod install error
Browse files Browse the repository at this point in the history
> pod install
Detected React Native module pod for RNSVG
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "React/RCTImage":
  In Podfile:
    RNSVG (from `../node_modules/react-native-svg`) was resolved to 11.0.1, which depends on
      React/RCTImage

None of your spec sources contain a spec satisfying the dependency: `React/RCTImage`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
  • Loading branch information
msand committed Mar 4, 2020
1 parent a0d806a commit 675df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNSVG.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.source_files = 'ios/**/*.{h,m}'
s.requires_arc = true
s.dependency 'React'
s.dependency 'React/RCTImage'
s.dependency 'React-RCTImage'
end

0 comments on commit 675df92

Please sign in to comment.