diff --git a/xcode/commonFastfile b/xcode/commonFastfile index fe20086..0c00145 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -21,7 +21,7 @@ private_lane :installDependencies do |options| end cocoapods( - repo_update: true + try_repo_update_on_error: true ) end @@ -186,8 +186,8 @@ private_lane :buildArchive do |options| clean: true, workspace: options[:workspace], scheme: options[:scheme], - archive_path: "./", - output_directory: "./", + archive_path: "./#{$appName}.xcarchive", + buildlog_path: "./", output_name: options[:output_name], configuration: configuration, export_method: options[:export_method], diff --git a/xcode/config_generator/build_options_helper b/xcode/config_generator/build_options_helper index 3f81529..e591d65 160000 --- a/xcode/config_generator/build_options_helper +++ b/xcode/config_generator/build_options_helper @@ -1 +1 @@ -Subproject commit 3f81529c1425a74f43fe84fe8befffd81a442cc7 +Subproject commit e591d65722d78918c84c4eeda3df8c4012e75323