wudebin 2 år sedan
förälder
incheckning
9c8df79a32
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      Strides-APP/ios/JuicePlus.xcodeproj/project.pbxproj
  2. 2 2
      Strides-APP/ios/Podfile

+ 2 - 2
Strides-APP/ios/JuicePlus.xcodeproj/project.pbxproj

@@ -1882,7 +1882,7 @@
 				COPY_PHASE_STRIP = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;
-				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
+				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_DYNAMIC_NO_PIC = NO;
 				GCC_NO_COMMON_BLOCKS = YES;
@@ -1947,7 +1947,7 @@
 				COPY_PHASE_STRIP = YES;
 				ENABLE_NS_ASSERTIONS = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
+				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_NO_COMMON_BLOCKS = YES;
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

+ 2 - 2
Strides-APP/ios/Podfile

@@ -65,9 +65,9 @@ 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"
-    ends
+    end
   end
 end