1.ionic 项目在windows下正常打包安卓包时 迁移到mac下打包ios时 不需要复制平台目录platforms即可 不用再mac下去安装各种插件信息
2.ionic 下不能访问api信息 提示 服务器连接失败,请稍后重试! 这个是由于WK WebView有问题导致 解决方案1.改请求方式 不使用@angular/http 2.在config.xml中增加配置 <preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" /> --不建议
3.xcode 10.1版本打包时候提示 A valid provisioning profile for this executable was not found 在xcode 顶部menu>File>Project Settings>第一项build system改为legacy build system
4.xcode 升级到10.1版本时 编译不通过 需要删除项目的 Framwords 中标红的c++组件