vbea 2 лет назад
Родитель
Сommit
172e29eae8
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      Strides-APP/ios/Podfile

+ 9 - 9
Strides-APP/ios/Podfile

@@ -14,7 +14,7 @@ target 'JuicePlus' do
   pod 'Permission-Camera', :path => "#{permissions_path}/Camera"  #访问相机
   #pod 'Permission-Contacts', :path => "#{permissions_path}/Contacts"  #访问联系人
   #pod 'Permission-FaceID', :path => "#{permissions_path}/FaceID"  #访问FaceID
-  pod 'Permission-LocationAccuracy', :path => "#{permissions_path}/LocationAccuracy" #访问高度定位
+  pod 'Permission-LocationAccuracy', :path => "#{permissions_path}/LocationAccuracy" #访问高度定位
   pod 'Permission-LocationAlways', :path => "#{permissions_path}/LocationAlways" #始终访问位置信息
   pod 'Permission-LocationWhenInUse', :path => "#{permissions_path}/LocationWhenInUse" #在使用中访问位置信息
   #pod 'Permission-MediaLibrary', :path => "#{permissions_path}/MediaLibrary" #使用媒体库
@@ -28,16 +28,16 @@ target 'JuicePlus' do
   #pod 'Permission-SpeechRecognition', :path => "#{permissions_path}/SpeechRecognition"
   #pod 'Permission-StoreKit', :path => "#{permissions_path}/StoreKit"
   #谷歌通知启用
-  pod 'Firebase/Core', :modular_headers => true
-  pod 'Firebase/Analytics', :modular_headers => true
-  pod 'Firebase/Messaging', :modular_headers => true
-  pod 'FirebaseCoreInternal', :modular_headers => true
+  pod 'Firebase/Core', '9.4.0', :modular_headers => true
+  pod 'Firebase/Analytics', '9.4.0', :modular_headers => true
+  pod 'Firebase/Messaging', '9.4.0', :modular_headers => true
+  pod 'FirebaseCoreInternal', '9.4.0', :modular_headers => true
   pod 'GoogleUtilities', :modular_headers => true
   #微软热更新
   pod 'CodePush', :path => '../node_modules/react-native-code-push'
-  pod 'AppCenter', :modular_headers => true
-  pod 'AppCenter/Analytics', :modular_headers => true
-  pod 'AppCenter/Crashes', :modular_headers => true
+  #pod 'AppCenter', :modular_headers => true
+  #pod 'AppCenter/Analytics', :modular_headers => true
+  #pod 'AppCenter/Crashes', :modular_headers => true
 
   use_react_native!(
     :path => config[:reactNativePath],
@@ -65,7 +65,7 @@ target 'JuicePlus' do
   post_install do |installer|
     react_native_post_install(installer)
     fix_library_search_paths(installer)
-	  installer.pods_project.build_configurations.each do |config|
+    installer.pods_project.build_configurations.each do |config|
       config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
     end
   end