ArcGIS for iOS Runtime v2.2 Mach-O Linker Error

1056
2
Jump to solution
04-04-2012 08:07 AM
JeffPapirtis
New Contributor III
I have followed all of the steps to set up a new project in xCode with the new iOS SDK, but receive and error that states:
clang: error: no such file or directory: 'ArcGIS'

Any ideas on what is preventing xCode from seening the other Linker flag "ArcGIS"
0 Kudos
1 Solution

Accepted Solutions
JeffPapirtis
New Contributor III
I have followed all of the steps to set up a new project in xCode with the new iOS SDK, but receive and error that states:
clang: error: no such file or directory: 'ArcGIS'

Any ideas on what is preventing xCode from seening the other Linker flag "ArcGIS"


I found that by re-aranging the other linker flags order solved my problem.
-all_load
-ObjC
-framework
ArcGIS

After moving the order the error subsided.

View solution in original post

0 Kudos
2 Replies
JeffPapirtis
New Contributor III
I have followed all of the steps to set up a new project in xCode with the new iOS SDK, but receive and error that states:
clang: error: no such file or directory: 'ArcGIS'

Any ideas on what is preventing xCode from seening the other Linker flag "ArcGIS"


I found that by re-aranging the other linker flags order solved my problem.
-all_load
-ObjC
-framework
ArcGIS

After moving the order the error subsided.
0 Kudos
NimeshJarecha
Esri Regular Contributor
Good to know that you got it fixed!

Regards,
Nimesh
0 Kudos