Cocoapods: LoadError - no such file to load

前端 未结 6 912
天命终不由人
天命终不由人 2020-12-30 00:59

I am trying to add a pod to my Xcode project. I am getting this error:

LoadError - no such file to load -- xcodeproj/prebuilt/universal-darwin13.0-1.8.7/

6条回答
  •  北海茫月
    2020-12-30 02:01

    Files added in the pods but their reference is not considered until you run the command pod install. Just runt the bellow command:

    pod install

提交回复
热议问题