Xcode 7 will NOT build a valid Archive from the same project that builds a valid archive in Xcode 6

前端 未结 7 1086
灰色年华
灰色年华 2020-12-30 06:19

When using Xcode 7b5 to build my app that contains a Today Extension I cannot create a valid archive. When I make an archive the build succeeds and then in Organizer it show

相关标签:
7条回答
  • 2020-12-30 07:18

    Finally it`s fixed in the latest stable Version 0.39.0:

    So instead of uninstalling

    sudo gem uninstall cocoapods
    

    and reinstalling via

    sudo gem install cocoapods
    

    Also a simple

    sudo gem update cocoapods
    

    should fix it!

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