No tool chain set up in kit "Desktop Qt 5.7.1 clang 64bit" for "C".
-
Does anybody knows how to fix this problem? It says there is no tool chain set up in kit whenever I run qtcreator on the terminal. I am using Qt creator 5.7.1 . Thank you in advance.
No tool chain set up in kit "Desktop Qt 5.7.1 clang 64bit" for "C".
No tool chain set up in kit "Desktop Qt 5.7.1 clang 64bit" for "C".
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5Bootstrap.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5QmlDevTools.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5Bootstrap.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5QmlDevTools.prl', because it cannot be opened (No such file or directory). -
Does anybody knows how to fix this problem? It says there is no tool chain set up in kit whenever I run qtcreator on the terminal. I am using Qt creator 5.7.1 . Thank you in advance.
No tool chain set up in kit "Desktop Qt 5.7.1 clang 64bit" for "C".
No tool chain set up in kit "Desktop Qt 5.7.1 clang 64bit" for "C".
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5Bootstrap.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5QmlDevTools.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5Bootstrap.prl', because it cannot be opened (No such file or directory).
Skipping prl file '/Users/shandiswong/Qt/5.7/ios/lib/libQt5QmlDevTools.prl', because it cannot be opened (No such file or directory).@Eusto It sounds like you just need to go into your kit settings in Qt Creator and add the kit manually for your Qt 5.7.1.
I don't use Qt Creator so I can't tell you how off the top of my head but let me know if you can't find it and I'll look and send you a screenshot.
Sometimes for some reason Qt Creator doesn't detect all your Qt installs and add the kits, so you need to manually add them.
Also, is your Qt installed at the path it thinks,
/Users/shandiswong/Qt/5.7/ios/lib/libQt5Bootstrap.prl
? Make sure it's there and that you have permissions to that directory and file. -
Hi and welcome to devnet,
Might be a silly question but: did you install Xcode ?