如何跳过Xcode中开发版本的代码签名? [英] How can I skip code signing for development builds in Xcode?

查看:196
本文介绍了如何跳过Xcode中开发版本的代码签名?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我构建Xcode项目时,在编译完所有代码之后,永远就需要完成签名产品". (我相信这是因为该项目包含大约200 MB的需要签名的资源.)我想在开发过程中跳过代码签名,因此构建可以更快地完成.我该怎么办?

Whenever I build my Xcode project, after compiling all my code, it takes forever to finish "signing product." (I believe it's because the project includes about 200 MB of resources that need signing.) I would like to skip the code signing during development, so the build can finish faster. How can I do this?

推荐答案

要关闭代码签名,请转到您的项目并定位"Build Settings",搜索"Code Signing Identity",将其值更改为"Do n't两者都带有代码签名".

To turn the code signing off, go to your project and target "Build Settings", search for "Code Signing Identity" change its value to "Don't Code Sign" in both of them.

要使其生效,您需要分别在项目"和所有目标"中更改此值.

这篇关于如何跳过Xcode中开发版本的代码签名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆