Commit db3850ff authored by 7c00's avatar 7c00

Fix ci config again... [ci skip]

parent 8a30da2a
...@@ -86,7 +86,9 @@ jobs: ...@@ -86,7 +86,9 @@ jobs:
cat << EOF > Podfile cat << EOF > Podfile
platform :ios, '8.0' platform :ios, '8.0'
target 'App' do target 'App' do
pod 'React', path: '../node_modules/react-native' pod 'React', path: '../node_modules/react-native', :subspecs => [
'DevSupport',
]
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga' pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga'
pod 'react-native-amap3d', path: '../node_modules/react-native-amap3d/lib/ios' pod 'react-native-amap3d', path: '../node_modules/react-native-amap3d/lib/ios'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment