Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
code-push release-react operator_app_ios ios
Release app
Wrong report
Detecting ios app version:
[Error] Unable to find either of the following plist files in order to infer your app's binary version: "ios/operator-app/Info.plist", "ios/Info.plist". If your plist has a different name, or is located in a different directory, consider using either the "--plistFile" or "--plistFilePrefix" parameters to help inform the CLI how to find it.
(The more info the faster we will be able to address it!)
Hi @IceApriler,
Thanks for reporting!
Could you please ensure that your app have plist.info in this path "ios/operator-app/Info.plist" or "ios/Info.plist"?
Hi @IceApriler,
Thanks for reporting!Could you please ensure that your app have
plist.infoin this path "ios/operator-app/Info.plist" or "ios/Info.plist"?
Yes, I have info.plist in the path ios/operator-app/Info.plist
Hi @IceApriler,
Thanks for reporting!Could you please ensure that your app have
plist.infoin this path "ios/operator-app/Info.plist" or "ios/Info.plist"?
@alexandergoncharov
Uh, it's my fault. Sorry, it's my path name that went wrong. I'm very sorry.!
Sure, no worries :)
Thanks for keeping us in touch!
can you please tell how can i solve this issue?
can you please tell how can i solve this issue?
Hi, i did fix it by looking at my folder: "ios/appName", after i saw that the "name" of my package.json was different : "aplicationName". All that i had to do was to change the "name" of my package.json to "appName", to match the folder inside ios directory.
the name in package.json should match exactly the same project name

The problem is, my IDE (webstorm) suggests to use kebab-case on package.json's "name". (While react-native automatically creates project name with PascalCase)
Should I keep ignoring the warning on IDE?
Most helpful comment
Hi, i did fix it by looking at my folder: "ios/appName", after i saw that the "name" of my package.json was different : "aplicationName". All that i had to do was to change the "name" of my package.json to "appName", to match the folder inside ios directory.