Failed attempt to integrate ViroReact with CocoaPods
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user