Failed attempt to integrate ViroReact with CocoaPods

This commit is contained in:
John Lyon-Smith
2018-03-17 09:53:08 -07:00
parent c91fbaa98a
commit 77d92f3b7b
16 changed files with 1536 additions and 721 deletions

View File

@@ -31,12 +31,14 @@ target 'DeightonAR' do
pod 'react-native-maps', path: '../node_modules/react-native-maps'
pod 'react-native-google-maps', path: '../node_modules/react-native-maps'
pod 'GoogleMaps'
pod 'ViroReact', :podspec => '../node_modules/react-viro/ios/ViroReact.podspec'
target 'DeightonARTests' do
inherit! :search_paths
# Pods for testing
end
pod 'ViroReact', :path => '../node_modules/react-viro/ios/'
pod 'ViroKit', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/'
end
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
post_install do |installer|