forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.1'
Change-Id: Ia90424d479936a898705c433e5810c77ae088b2c
This commit is contained in:
@@ -104,7 +104,7 @@ void IosProbe::detectDeveloperPaths()
|
||||
if (response.result != Utils::SynchronousProcessResponse::Finished) {
|
||||
qCWarning(probeLog) << QString::fromLatin1("Could not detect selected xcode with /usr/bin/xcode-select");
|
||||
} else {
|
||||
QString path = response.stdOut;
|
||||
QString path = response.stdOut();
|
||||
path.chop(1);
|
||||
addDeveloperPath(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user