Framework not found MicrosoftBandKit_iOS

风流意气都作罢 提交于 2019-12-01 12:51:17

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:

  1. be sure framework locate in project folder

  2. select target -> Build Setting -> Search Path-> Framework Search Paths. Double click it will show an Search Paths input text view

  3. 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"

  4. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!