React Native如何更改iOS包标识符?

时间:2018-07-11 20:31:16

标签: xcode react-native bundle-identifier

我试图更改Info.plist和xcode本身中的包标识符。 (在完整的空项目中)。 但是由于某种原因,我无法构建它。 Entry, ":CFBundleIdentifier", Does Not Exist。奇怪的是,我可以在xcode中成功构建它,但不能通过npm run ios构建它。知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

尝试使用 react-native-rename npm软件包。

npm install react-native-rename -g

在您的React Native项目的根目录上,执行以下命令

react-native-rename "ExampleApp" -b com.newname.newid

检查文档> react-native-rename