Skip to content

Commit 381b35e

Browse files
senkrosen-vladimirov
authored andcommitted
Update ios-project-service.ts (#3056)
Fix small typo
1 parent ffc7661 commit 381b35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ We will now place an empty obsolete compatability white screen LauncScreen.xib f
12931293
if (!teamId) {
12941294
let teams = this.getDevelopmentTeams();
12951295
this.$logger.warn("Xcode 8 requires a team id to be specified when building for device.");
1296-
this.$logger.warn("You can specify the team id by setting the DEVELOPMENT_TEAM setting in build.xcconfig file located in App_Resources folder of your app, or by using the --teamId option when calling run, debug or livesync commnads.");
1296+
this.$logger.warn("You can specify the team id by setting the DEVELOPMENT_TEAM setting in build.xcconfig file located in App_Resources folder of your app, or by using the --teamId option when calling run, debug or livesync commands.");
12971297
if (teams.length === 1) {
12981298
teamId = teams[0].id;
12991299
this.$logger.warn("Found and using the following development team installed on your system: " + teams[0].name + " (" + teams[0].id + ")");

0 commit comments

Comments
 (0)