如何为 react-native-ios 构建 .ipa 应用程序? [英] How to build .ipa application for react-native-ios?

查看:45
本文介绍了如何为 react-native-ios 构建 .ipa 应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我会尝试https://stackoverflow.com/questions/41970435";但我无法获取 .ipa 文件.

I would try "https://stackoverflow.com/questions/41970435" But I'cant get .ipa file.

谁能解释一下如何获取 .ipa 文件?

Can any one explain how to get the .ipa file?

推荐答案

  1. 获取.app文件:

 react-native run-ios --configuration=release

  • .app 文件路径 Build/Products/Release/.app".

    .app 转换为 .ipa :

    • 创建文件夹Payload.
    • .app 文件粘贴到 Payload 文件夹中.
    • 压缩 Payload 文件夹.
    • 更改您想要的名称并将扩展名设为 .ipa.
    • Create folder Payload.
    • paste .app file into Payload folder.
    • compress the Payload folder.
    • change the name you want and put extension as .ipa.

    这篇关于如何为 react-native-ios 构建 .ipa 应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

  • 查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆