File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ func collectIpaExportCodeSignGroups(archive xcarchive.IosArchive, installedCerti
153153 if len (codeSignGroups ) == 0 {
154154 fmt .Println ()
155155 log .Errorf ("No code sign files (Codesign Identities and Provisioning Profiles) are installed to export an ipa" )
156- log .Errorf ("To collect available code sign files, we search for intsalled Provisioning Profiles:" )
156+ log .Errorf ("To collect available code sign files, we search for installed Provisioning Profiles:" )
157157 log .Errorf ("- which has installed Codesign Identity in your Keychain" )
158158 log .Errorf ("- which can provision your application target's bundle ids" )
159159 log .Errorf ("- which has the project defined Capabilities set" )
@@ -184,7 +184,7 @@ func collectIpaExportCodeSignGroups(archive xcarchive.IosArchive, installedCerti
184184 if len (filteredCodeSignGroups ) == 0 {
185185 fmt .Println ()
186186 log .Errorf ("No code sign files (Codesign Identities and Provisioning Profiles) are installed for %s ipa export" , selectedExportMethod )
187- log .Errorf ("To collect available code sign files, we search for intsalled Provisioning Profiles:" )
187+ log .Errorf ("To collect available code sign files, we search for installed Provisioning Profiles:" )
188188 log .Errorf ("- which has installed Codesign Identity in your Keychain" )
189189 log .Errorf ("- which can provision your application target's bundle ids" )
190190 log .Errorf ("- which has the project defined Capabilities set" )
You can’t perform that action at this time.
0 commit comments