Pod file not being initialized?

后端 未结 9 817
说谎
说谎 2020-12-28 17:52

When i try to initialize pod file to use cocoapods via terminal, it gives me this error. How to fix it.

/Library/Ruby/Gems/2.0.0/gems/cocoapods-         


        
9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-28 18:11

    You need to set command line tool version, in Xcode:

    You can download latest command line tool from Apple Download Portal, if you have paid apple developer account/id.


    Here are current beta and stable Xcode Tool and supporting command line tool download link. (Ensure you'are logged in using premium developer account on Apple Developer Account to access these links)

    Xcode 11

    • Xcode 11.2 beta 2
      - (Command Line Tool (Xcode 11.2 beta 2) - for macOS 10.14)

    • Xcode 11
      - (Command Line Tool (Xcode 11) - for macOS 10.14)

    Xcode 10

    • Xcode 10.2.1
      - (Command Line Tool (Xcode 10.2.1) - for macOS 10.14)

    • Xcode 10.2
      - (Command Line Tool (Xcode 10.2) - for macOS 10.14)

    • Xcode 10.1
      - (Command Line Tool (Xcode 10.1) - for macOS 10.14)
      - (Command Line Tool (Xcode 10.1) - for macOS 10.13)

    • Xcode 10
      - (Command Line Tool (Xcode 10) - for macOS 10.14)
      - (Command Line Tool (Xcode 10) - for macOS 10.13)

    Once you've latest command line tool installed in your system, set it from Xcode Menu.

    (Xcode Menu Items) Xcode ▶ Preferences ▶ Location ▶ Command Line Tool ▶ Select appropriate command line tool

提交回复
热议问题