I updated my Xcode to 5.0. I added some library/framework search paths and the path it\'s displaying is the absolute path. For example, if my folder is in my desktop it woul
1- Add $(SRCROOT) in Framework Search Paths and make it recursive.
2- If the previous step is not worked, go to Copy Bundle Resources and delete ArcGIS.bundle and then add it again.