Flutter Build failed Did not find xcodeproj from /Users/builder/clone/ios #2254
Replies: 1 comment
-
Update 2: Previous team had in .gitignore .xcodeproject, took me 4 hours to figure it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Try to link a private Github repo from your organization.
Expected results
The build should pass and the message saying Successfully connected to ... should not appear every minute
Actual results
I have an error that I can't figure out. When I trigger a build, it's failing in Installing dependencies step, this is the output
I don't event get why this is the output because running flutter packages pub get in local prints a totally different output. The app on local works, I even signed it a installed successfully. I already have an app working great. I think this is an issue related to the way that I linked the repo. The repo was not appearing in Github dropdown because some bug, even after granting and configuring correct permissions so I ended up adding it with "Other" option and pasting the .git link.
Also there is a message "Successfully connected to https://github.com/my-organization/my-repo.git" that is displayed like every minute, so for me I think is all buggy.
EDITED Deleted app from codemagic, uninstalled codemagic integration and re done it and now appeared in dropdown. But I am still unable to build: "Did not find xcodeproj from /Users/builder/clone/ios"
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions