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

前端 未结 7 1145
灰色年华
灰色年华 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:07

    If using Xcode 7 with cocoapods v.0.38.2. Try removing copy pod resources from your today extension target.

提交回复
热议问题