Error when build project in new Xcode 8.0 beta

前端 未结 9 1500
执笔经年
执笔经年 2021-02-03 19:46

Signing for SWRevealViewController requires a development team. Select a development team in the Target Editor.

Code signing is required for product type \'Framework\' i

相关标签:
9条回答
  • 2021-02-03 20:33

    I just deleted the Frameworks folder and it worked

    0 讨论(0)
  • 2021-02-03 20:42

    To solve this issue I have deleted the current pod file and remove all the pods from the Xcode project and also it's settings.

    Further, I created a pod file using the terminal.

    1. Open Terminal
    2. Navigate to your Project Path
    3. Type pod init in terminal to create new pod file
    4. Open the newly created pod file and write the pod line which you want to install after target "TargetName" do and before end.
    5. Then type pod install in the terminal

    Then finally I solved the problem.

    0 讨论(0)
  • 2021-02-03 20:43

    Click on each project in the navigator and choose a team.

    0 讨论(0)
提交回复
热议问题