File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,9 @@ platform :ios do
182182 ]
183183 )
184184
185+ # Using the project instead of the workspace allows us to avoid resolving SPM dependencies.
185186 build_app (
186- workspace : "Sentry.xcworkspace " ,
187+ project : "Samples/iOS-Swift/iOS-Swift.xcodeproj " ,
187188 scheme : "iOS-Swift" ,
188189 derived_data_path : "DerivedData" ,
189190 skip_archive : true ,
@@ -233,8 +234,9 @@ platform :ios do
233234 ] ,
234235 )
235236
237+ # Using the project instead of the workspace allows us to avoid resolving SPM dependencies.
236238 build_app (
237- workspace : "Sentry.xcworkspace " ,
239+ project : "Samples/iOS-Swift/iOS-Swift.xcodeproj " ,
238240 scheme : "iOS-Benchmarking" ,
239241 xcargs : "build-for-testing" ,
240242 derived_data_path : "DerivedData" ,
You can’t perform that action at this time.
0 commit comments