Framework not found MicrosoftBandKit_iOS

后端 未结 2 1993
日久生厌
日久生厌 2021-01-16 06:39

Error:

Ld DerivedData/SenseWatch/Build/Products/Debug-iphonesimulator/SenseWatch.app/SenseWatch normal x86_64
cd /Users/Jieyi/Documents/Repo/SenseWatch
expo         


        
相关标签:
2条回答
  • 2021-01-16 07:01

    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!

    enter image description here

    0 讨论(0)
  • 2021-01-16 07:12

    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

    0 讨论(0)
提交回复
热议问题