Select to view content in your preferred language

Error with installing sdk 2.3.2

832
2
01-16-2013 06:25 AM
francescodi_vito
Deactivated User
Hi guys, I upgraded my xcode to version 4.5.2. and following all the steps to install the latest version of the SDK I have two errors.
As first when i install the sdk does not create the path: $(HOME)/Library/SDKs/ArcGIS/iOS/, but all element are in this path: $(HOME)/SDKs/ArcGIS; this is the first error
the second error
after adding the string: -all_load -ObjC -framework ArcGIS if I try to launch an empty project i have this error:
linker command failed with exit code 1(use -v to see invocation)
Why this error? first the upgrade of my xcode i don't have any error.
I removed the armv7s entry (if it exists) from the Valid Architectures, but the error it's the same.
Any help please
0 Kudos
2 Replies
DiveshGoyal
Esri Regular Contributor
Can you ensure you are installing the latest version of the SDK (v10.1.1)?
Previous versions of the SDK (v2.3.2 and earlier) used to install under $(HOME)/SDKs/ArcGIS
The new SDK installs under $(HOME)/SDKs/ArcGIS/iOS
0 Kudos
francescodi_vito
Deactivated User
Ok. I used the wrong sdk.
Now it's ok
Thanks
0 Kudos