File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ platform :ios do
10
10
11
11
desc "build swift-sample-app .ipa"
12
12
lane :build_swift_sample_app do
13
+ disable_automatic_code_signing ( path : "sample-apps/swift-sample-app/swift-sample-app.xcodeproj" )
13
14
build_app (
14
15
project : "sample-apps/swift-sample-app/swift-sample-app.xcodeproj" ,
15
16
configuration : "Debug" ,
@@ -22,9 +23,11 @@ platform :ios do
22
23
skip_codesigning : true ,
23
24
export_method : "development" ,
24
25
export_team_id : "BP98Z28R86" ,
25
- export_xcargs : "-allowProvisioningUpdates" ,
26
- export_options : { compileBitcode : false }
26
+ # export_xcargs: "-allowProvisioningUpdates",
27
+ # export_options: { compileBitcode: false }
27
28
)
29
+ enable_automatic_code_signing ( path : "sample-apps/swift-sample-app/swift-sample-app.xcodeproj" )
30
+
28
31
end
29
32
30
33
desc "build swift-sample-app UI tests"
You can’t perform that action at this time.
0 commit comments