博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
XCode 5 + 10.9 Code sign error for the third sdk
阅读量:6872 次
发布时间:2019-06-26

本文共 773 字,大约阅读时间需要 2 分钟。

  hot3.png

Today is strange,I open my Mac app project,and want to do something in it,but I always get a error for my code sign.I run it just several days before,and it works normal,so why it will like this?

First google it and of course I got many results about it,but nothing is available for my issue.So I search it in the SDK provider,and so lucky,there is a user ask a same question with me,and also it give out the way to fix it.

This is his answer:

Found a solution. Xcode handle code signing differently now. In the code signing section of Build Settings adding the flag --deep to the "Other Code Signing Flags" section solved the issue.

So you know the issue is fixed!Thanks guy,and this guy's nick name is "Gregory Bush".

Blues

转载于:https://my.oschina.net/u/913344/blog/174231

你可能感兴趣的文章
uva 11183(最小树形图)
查看>>
sql 集合查询 数据更新操作语句
查看>>
静态内部类
查看>>
localStorage使用总结
查看>>
mybatis内置类型
查看>>
数据库死锁分析与解决
查看>>
计算一年中的第几天
查看>>
iOS 一句话获取日期和星期几
查看>>
【javascript】Lazy Load, 延迟加载图片的 jQuery 插件
查看>>
Percona XtraDB Cluster高可用与状态快照传输(PXC 5.7 )
查看>>
OBJECT_ID 技巧整理
查看>>
Date日期类,Canlendar日历类,Math类,Random随机数学类
查看>>
MySQL锁总结
查看>>
java中forName()的作用
查看>>
解决oracle_4031错误的方法
查看>>
C# Out,Ref 学习总结
查看>>
CentOS 7.4如何安装Python3
查看>>
华为网关交换机开启DHCP server服务
查看>>
程序员的人生
查看>>
关于正则表达式中^和$
查看>>