Fix gradle error
This commit is contained in:
@@ -31,16 +31,16 @@ 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', :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) {}
|
||||
#
|
||||
# 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|
|
||||
installer.pods_project.targets.each do |target|
|
||||
if target.name == 'yoga'
|
||||
|
||||
Reference in New Issue
Block a user