Skip to content

Commit

Permalink
Merge pull request #326 from mmiani/develop
Browse files Browse the repository at this point in the history
React/RCTDefines.h not found
  • Loading branch information
guperrot authored Sep 12, 2018
2 parents d810934 + 541573a commit 41997f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions appcenter-analytics/ios/appcenter-analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Pod::Spec.new do |s|

s.dependency 'AppCenterReactNativeShared'
s.dependency 'AppCenter/Analytics'
s.dependency 'React'
end
3 changes: 2 additions & 1 deletion appcenter-crashes/ios/appcenter-crashes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'

s.dependency 'AppCenterReactNativeShared'
s.dependency 'AppCenter/Crashes'
s.dependency 'AppCenter/Crashes'
s.dependency 'React'
end
3 changes: 2 additions & 1 deletion appcenter-push/ios/appcenter-push.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'

s.dependency 'AppCenterReactNativeShared'
s.dependency 'AppCenter/Push'
s.dependency 'AppCenter/Push'
s.dependency 'React'
end
1 change: 1 addition & 0 deletions appcenter/ios/appcenter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Pod::Spec.new do |s|

s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'
s.dependency 'AppCenterReactNativeShared'
s.dependency 'React'
end

0 comments on commit 41997f7

Please sign in to comment.