iOS 打包测试

总结一下我打包ipa时候出现的问题。

1.配置证书

首先出现Apple Worldwide Developer Relations Certification过期的问题
去https://developer.apple.com/certificationauthority/AppleWWDRCA.cer 下载一个新的安装即可
然后就是配置app id 添加测试设备,以及下载描述文件,
参考 http://www.jianshu.com/p/9df7d8930a3e
基本可以完成了

打包

打包的时候出现了
No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“hello”) were found.
的问题
参考 http://www.cnblogs.com/qingjoin/p/3929493.html
去Users/xxx/Library/MobileDevice/Provisioning Profiles xxx表示你自己的用户名 目录下面 把所有描述文件删了 再重新导入一遍即可

上传蒲公英

然后将ipa包打包后上传到蒲公英进行测试

你可能感兴趣的:(iOS 打包测试)