Continuous Integration with iOS 7.1 - can't install the product linked on the server

你。 提交于 2019-12-12 18:18:51

问题


We've been running CI with Xcode 5.0 for some time with no issue. Now iOS 7.1 has been released it seems to install the products that the CI produces you need to be on https but it seems that self signed certs are ok.

I have switched to https (self-signed) which loads the bot page fine, but when you go to install the product from the link it says cannot connect to server

Trying to install it on http causes the error Cannot install applications because the certificate for 'server' is not valid..

Do I have to get a proper certificate or am I doing something wrong with the self signed cert?


回答1:


It seems it's the same problem although it needs to be signed with your own CA authority rather than just a self signed certificate.

For instructions on how to do this follow the instructions here.



来源:https://stackoverflow.com/questions/22344596/continuous-integration-with-ios-7-1-cant-install-the-product-linked-on-the-se

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!