:-1: error: error: /FS: No such file or directory

1360
1
11-15-2017 12:54 PM
AndreDebuisne
New Contributor

I am trying to include the ArcGIS Qt SDK in my Qt App to load maps. I have the latest community edition (4.4.1) and the latest Qt Version (5.9.2). 

In the postinstaller, I put this in:

Screenshot of my postinstaller

But unfortunately when I create a basic app in Qt (New ArcGIS Runtime 100.1 Qt Widgets App), and I don't even change the code, I get this error in QtCreator, which reads : 

error :/FS: No such file or directory

My QtCreator error

What am I doing wrong? This error gives me no indication on what I have done wrong, and can't seem to pinpoint the origin of the problem. I reinstalled Qt several times as well as the ArcGIS SDK, but still no luck. The error also occurs on a QML application...

Any ideas? Has anyone had this problem and solved this? Thank you!  

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Are you able to build and run a non-ArcGIS project in Qt Creator with the same kits selected? I am wondering if maybe the Microsoft Visual C++ compiler is not set up correctly, or if Qt Creator cannot find it for some reason?

0 Kudos