diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ad39483..96701d3 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -56,6 +56,7 @@ private_lane :buildConfiguration do |options| gym( clean: true, + workspace: "./#{appName}.xcworkspace", scheme: appName, archive_path: "./", output_directory: "./",