Xcode 7 各种麻烦事儿
2015-12-20 本文已影响16人
小猪圣骑士
打包时候会报错 ssl 问题,NsLocalizedRecoverSuggestion=Would you like to connect to the server anyway ?
Supporting Files -> info 添加 NSAppTransportSecurity , NSAllowsArbitraryLoads 为 YES 就可以了。
(待更新...)
Supporting Files -> info 添加 NSAppTransportSecurity , NSAllowsArbitraryLoads 为 YES 就可以了。
(待更新...)