博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
fastlane use_legacy_build_api true
阅读量:6247 次
发布时间:2019-06-22

本文共 743 字,大约阅读时间需要 2 分钟。

fastlane版本号:fastlane 1.108.0 Xcode版本号:8.1 MacOS版本号:10.12

使用fastlane打包 - Release / Ad-Hoc包时报错:

[13:36:59]: There was an error exporting your application[13:36:59]: Unfortunately the new Xcode export API is unstable and causes problems on some projects[13:36:59]: You can temporarily use the :use_legacy_build_api option to work around the issue:[13:36:59]: In your Fastfile:[13:36:59]:     gym(use_legacy_build_api: true)[13:36:59]: On the command line:[13:36:59]:     gym --use_legacy_build_api复制代码

找到git上有关于这个问题的issues: 现在虽然已经关闭了,但解决的方法却没有明确的说明,但是原因却一致认为是Xcode版本的问题。 所以使用以下的设置:

use_legacy_build_api: true复制代码

在尝试了以下设置后,在有Extension 时,由于证书自动匹配问题,虽然选择了:

export_method: "ad-hoc"复制代码

打出的包却是企业版 - Enterprise。 所以,只有在证书完全匹配成功的情况下才能打出想要的包,一定要保证工程设置正确。

转载地址:http://fuwsa.baihongyu.com/

你可能感兴趣的文章
探秘SpringAop(一)_介绍以及使用详解
查看>>
查询指定时间内审核失败的事件日志
查看>>
problem-solving-with-algorithms-and-data-structure-usingpython(使用python解决算法和数据结构) -- 算法分析...
查看>>
springmvc流程
查看>>
BAT涉足汽车产业后对汽车后市场的影响是什么?
查看>>
LeetCode:Remove Nth Node From End of List
查看>>
删除链表的第 n 个结点
查看>>
drawable(1、canvas)
查看>>
Java过滤器,SpringMVC拦截器之间的一顺序点关系
查看>>
Git学习笔记(七)分支标签管理
查看>>
Vue学习计划基础笔记(四) - 事件处理
查看>>
python中的浅拷贝与赋值不同
查看>>
tensorflow安装
查看>>
【老叶茶馆】MySQL复制中slave延迟监控
查看>>
android onPause OnSavedInstance
查看>>
[PHP] - Laravel - CSRF token禁用方法
查看>>
python的序列类
查看>>
分享在MVC3.0中使用jQue“.NET研究”ry DataTable 插件
查看>>
使用Lombok插件需要注意的问题
查看>>
2018-2019-2 20165232 《网络对抗技术》 Exp6 信息搜集与漏洞扫描
查看>>