忧郁火车

文章
4
资源
0
加入时间
2年10月17天

命令行查看.mobileprovision .a文件

security cms -D -i xxx.mobileprovision可以查看签名信息,证书,创建时间,TeamName,证书过期时间,是否是企业证书(ProvisionsAllDevices这个参数是true),UUID,Version等,方便开发者查看打包的信息nm   xxx.a查看静态库的部分信息

exception 种类

ExceptionDescriptionAssertionErrorRaised when the assert statement fails.AttributeErrorRaised on the attribute assignment or reference fails.EOFErrorRaised when the input() function...