trim SDK path
This commit is contained in:
parent
45240f6cb0
commit
ceb749d272
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ Future<String> getXCodeSDK() async {
|
||||||
throw Exception("Failed to get XCode SDK\n${result.stderr}");
|
throw Exception("Failed to get XCode SDK\n${result.stderr}");
|
||||||
}
|
}
|
||||||
|
|
||||||
return result.stdout;
|
return result.stdout.trim();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue