Alamofire framework not found

后端 未结 8 1673
刺人心
刺人心 2021-02-19 18:08

I am trying to install alamofire into my project so I can upload images to my server, however I cannot seem to find the alamofire.framework file. I have downloaded

8条回答
  •  花落未央
    2021-02-19 18:25

    You just need to change Framework Search Paths to $(inherited).

    P.S: Build Settings -> Search Paths -> Framework Search Paths

    enter image description here

提交回复
热议问题