Closed danieldunderfelt closed 5 months ago
Hi @danieldunderfelt , thank you for reaching out!
Have you tried using xcode-project-file
and plist-file-prefix
parameters? I think it will be a solution in your case.
Hi @danieldunderfelt , thank you for reaching out!
Have you tried using
xcode-project-file
andplist-file-prefix
parameters? I think it will be a solution in your case.
Yes, those work. It also works if I set the vmImage to macOS. But I think it should work for ubuntu and without the extra parameters as well since inferring the version is one of the main points of using release-react
. The files are not in any weird places, it's just a capitalization issue.
Thank you for the update and I'm glad you are unblocked. Let's keep it as feature request.
As we do not have plans to add support for this feature in the next year, I'm closing the issue.
Description
The name of our React-native app is capitalized in the ios files, and when running the codepush release-react command in Azure DevOps pipelines, it is looking for the Info.plist and project.pbxproj files in paths where the app name is all lower case.
For example, if the app name is App and the path to the Info.plist is
ios/App/Info.plist
, the command looks for the file in the pathios/app/Info.plist
.The command works locally on my macbook, so this problem is only present in the pipeline environment.
Repro Steps
Please list the steps used to reproduce your issue.
codepush release-react
commandExpected behavior
I expect the command to find the required files regardless of the capitalization of the app name. Alternatively, I need an option to set the app name.
Details
appcenter codepush release-react
ubuntu-latest