简体   繁体   English

如何使用fastlane构建React-native iOS应用程序

[英]How can I build a react-native iOS Application with fastlane

I would like to have my (let's say fresh) react-native application build and pushed to apples itunes connect with fastlane , as it seems to be able to have this done in one task . 我想有我(假设新)反应本地应用程序的构建和推到苹果的iTunes连接与FASTLANE ,因为它似乎能有这个在完成一个任务 How would a fastlane configuration or generally speaking a project setup would look like? 快速通道配置或一般来说项目设置会是什么样子?

My main pain points are 我的主要痛点是

  • How do I include the minified bundle in the build app 如何在构建应用程序中包含缩小的捆绑包
  • How do I get the app not to request a localhost port if it is a build version 如果是构建版本,如何获取不请求本地主机端口的应用程序
  • How would the provisioning profile stuff and the main configuration look like? 供应配置文件的内容和主要配置如何?

我想出了办法,并写了一篇关于它的博客文章: https : //weluse.de/blog/react-native-deployment-with-fastlane.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM