QtCreator New QtQuick project build errors for IOS
-
I am running OSX 10.11.1, QT v5.5.1 evaluation license for commercial version. When
I build the example 'Quick Controls Gallery' example for IOS it build correctly and deploys to my iPad correctly. So I know my build chain for IOS is working.The problem is that when I create a 'Qt Quick Application' using 'New Project' and try to build it for IOS I get an error 'Failed to parse qmlimportscanner output.' I have been unable to find any help from Google with this error. Can anyone point me in the correct direction?
I have also tried copying the 'Gallery' example to my development folder, I also copied the shared folder and re added it to the project, but I get the same 'Failed to parse qmlimportscanner output.'
Thanks,
Adam -
@AddTheBadd I will reply to my own past to save anyone else falling into this very old problem. A 'space' had kept into my development path. I had moved my dev folder to my 'Google Drive' a few years ago and all my build tools where quite happy. Unfortunately it looks like some part of the Qt Qml parse system still has a problem with spaces in the path. I simply moved my Qt Development folder to a clean path and all is well with the world.
Thanks,
Adam