如果你的项目还没有创建证书,真机运行的时候就会出现“Signing for "我的小程序" requires a development team. Select a development team in the project editor.”Code signing is required for product type 'Application' in SDK 'iOS 10.2' 这样的错误
单击工程名 -》Signing -》 Team -》 选择对应的Account(如果没有Account,需要主动创建一个)
下面我来给大家介绍一下创建Account的办法
(1)打开,菜单栏会出现Xcode,然后按照步骤选择 Xcode -> Preferences
点击Preferences之后,出弹出一个Account窗口,点击窗口左下角的“+”按钮,选择Add Apple ID
输入自己的appID 和密码
输入完Apple ID 和Password点击 sign in,之后再点击“View Detail”
在iOS Development后面选择create
这样就创建完成了,创建完之后 点击一下左边工程根目录的图标,在Signing -> Team 处选中自己的Apple ID,这样就不报错了,可以正常运行了
参考网址:http://www.liuchuo.net/archives/284
网友评论