0

How to build react native .ipa application in mac os.

I would try "react-native run-ios --configuration=release" but that can generate .app file format.

Source : "how to get offline bunduling of ios in react native"

So how to build stand alone .ipa application?

4

1 回答 1

-1

将 .app 转换为 .ipa :

  1. 创建文件夹有效载荷。

  2. 将 .app 文件粘贴到 Payload 文件夹中。

  3. 压缩 Payload 文件夹。

  4. 更改您想要的名称并将扩展名设置为 .ipa。

于 2017-02-09T07:37:11.413 回答