Error build with xCode

955
3
10-27-2016 03:23 AM
AntonioFiume
New Contributor III

Dear All,

i using the beta version about ArcGIS SDK for QT.

I created a simple ArcGIS QT Application that show a simple world map with QT Creator.

When i run the Application with QT Creator and Window Kit the app works fine.

Then, I converted the application to run with xCode to deploy the app to my iPhone.

When i run the xCode project the system shows 70 errors.

There are particular procedure to export the Qt Application to xCode or i missing something?

Please let me know if you need some information or screenshot.

Thanks in advance.

Tony

0 Kudos
3 Replies
EricBader
Occasional Contributor III

Hi Tony,

There could be a couple problems.  

The first problem could occur if you're trying Qt 5.7.0 with Xcode 8 as it's not supported yet.  

The second problem could be that you'll need to clear out any `*.stash` and `*.cache` files from your build area or else Qt may be getting confused on which Xcode to use.

Can you verify and let us know?

AntonioFiume
New Contributor III

Hi,

sorry for delay.

If i create a new project with QT Creator and create a new GIS application works fine.

If i create a simple application and then inserts the import in my file, in desktop works fine, but when export in xcode have the same errors.

I missing something reference in qt project? I added only arcgis_runtime_qml100_0_0 in CONFIG in .pro file

0 Kudos
AntonioFiume
New Contributor III

I hope i resolved with this update:

CONFIG += c++11 arcgis_runtime_qml100_0_0
QT += core gui opengl xml network positioning sensors
QT += qml quick

					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
0 Kudos