bitrise-steplib / steps-set-xcode-build-number

Sets the Build Number to the specified value in the Info.plist file for the next build
MIT License
7 stars 11 forks source link

Run: failed to find build project: No file found #42

Closed snake302 closed 4 months ago

snake302 commented 7 months ago

Hey, thanks for the amazing project. I upgraded from version 1.x to the latest 2.0.1 and am facing a weird issue:

This plugin cannot find the project from $BITRISE_PROJECT_PATH while other plugins work perfectly with it. I have no clue what's going wrong. I have a classic Xcode project without CocoaPods located in the main directory, as always.

Screenshot 2024-02-20 at 20 15 53 Screenshot 2024-02-20 at 20 16 02
bolo992 commented 7 months ago

I have similar issue: Run: failed to find build project: No file found at path:/Users/vagrant/git/{PROJECT_NAME}.xcodeproj/project.pbxproj

@snake302 btw you didn't hide the project name on the top of this screenshot in red rectangle 😅

jmoyers14 commented 6 months ago

I'm facing the same issue after upgrading from 1.x 20 2.0.2

alessandrodn commented 6 months ago

Same here and I can confirm that reverting back to version 1.0.12 fixes the issue.

ti-daal commented 5 months ago

@tothszabi , @godrei , , merge https://github.com/bitrise-steplib/steps-set-xcode-build-number/pull/43 please I can't increment ios build number with current v2 plugin

tested with my ios project like

project_path=<path>.xcodeproj scheme=<name> build_version=14 <path to built binary>

after it you can find

Version numbers successfully updated.

in output