diff --git a/src/plugins/ios/iosprobe.cpp b/src/plugins/ios/iosprobe.cpp
index b7a3a154b45d148ed25ea0f24c7d5a1f5ad987fb..72e1db0d8698bb4a0d4345a1a30d057aadb17900 100644
--- a/src/plugins/ios/iosprobe.cpp
+++ b/src/plugins/ios/iosprobe.cpp
@@ -106,6 +106,7 @@ void IosProbe::detectDeveloperPaths()
         qDebug() << QString::fromLatin1("Could not detect selected xcode with /usr/bin/xcode-select");
     } else {
         QString path = QString::fromLocal8Bit(selectedXcode.readAllStandardOutput());
+        path.chop(1);
         addDeveloperPath(path);
     }
     addDeveloperPath(QLatin1String("/Applications/Xcode.app/Contents/Developer"));