vbea пре 2 година
родитељ
комит
79649470c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Strides-APP/ios/Podfile

+ 1 - 1
Strides-APP/ios/Podfile

@@ -134,7 +134,7 @@ target 'Strides' do
 end
 end
 
 
 def fix_library_search_paths(installer)
 def fix_library_search_paths(installer)
-  #def fix_config(config)
+  def fix_config(config)
   lib_search_paths = config.build_settings["LIBRARY_SEARCH_PATHS"]
   lib_search_paths = config.build_settings["LIBRARY_SEARCH_PATHS"]
   if lib_search_paths
   if lib_search_paths
     if lib_search_paths.include?("$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)") || lib_search_paths.include?("\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"")
     if lib_search_paths.include?("$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)") || lib_search_paths.include?("\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"")