Issues with adding a pod file to my Xcode project

后端 未结 2 1258
一生所求
一生所求 2021-02-19 04:46

I\'ve been trying to create a pod file for my project in my directory using the terminal, but I\'m running into the issue shown below, any suggestions?

I tried restarti

2条回答
  •  甜味超标
    2021-02-19 05:19

    You have to create your PodFile in the same directory as your Blurr Messenger.xcodeproj.

    In your case should be in /Users/sarabytestudios/Desktop/Blurr\Messenger/.

    In that directory, create a file called PodFile where you must declare the cocoapods you want to include in your project (you can do it by hand or call pod init). The you must type pod install.

    After that, you must open the new generated file called Blurr Messenger.xcworkspace.

提交回复
热议问题