Framework not found MicrosoftBandKit_iOS

后端 未结 2 1994
日久生厌
日久生厌 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

提交回复
热议问题