Error:
Ld DerivedData/SenseWatch/Build/Products/Debug-iphonesimulator/SenseWatch.app/SenseWatch normal x86_64
cd /Users/Jieyi/Documents/Repo/SenseWatch
expo
no absolute path is bad way, it only work in your computer, not work with your partner. Set relative path is best way. To set path for framework:
be sure framework locate in project folder
select target -> Build Setting -> Search Path-> Framework Search Paths. Double click it will show an Search Paths input text view
in Finder go to folder content framework. Drag this folder to search paths input text view. it will be some thing like "$(SRCROOT)/Vendors/FacebookSDK"
just remove double qoute "", result: $(SRCROOT)/Vendors/FacebookSDK
done!
http://stationinthemetro.com/2014/06/04/copy-file-path-as-text-in-mac-os-x i use this and copy the absolute path and put it under framework search path and it works