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
Well I faced the same issue and $(SRCROOT) didn't help. Here's the fix that worked for me. Go to framework search paths. Delete whatever is there and add ./ and make it recursive.