Error when build project in new Xcode 8.0 beta

前端 未结 9 1639
执笔经年
执笔经年 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:29

    You should install cocoapods beta as they solved that issue on its RC version. To install cocoapods beta simply use the following command in your terminal

    gem install cocoapods --pre
    

    and run pod install again by

    pod install
    

    Your errors should be fixed now.

提交回复
热议问题