-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't add Xcode Project/Workspace #140
Comments
Hi @concertman, sorry that you're having this issue. Xcode 7 seems to have changed the way they generate the checkout file (to the point that I'm not sure when it generates it, if at all). I am still in the process of trying to figure out what changed, because all the users who have been using Buildasaur from before Xcode 7 are fine (the fine is there and checked into their repo). There is a way to create the file manually, even though it's a bit fiddly, I described it here. The person I wrote it for got it working that way. Let me know what you end up doing, I'd love to help as much as I can. |
Also, just to check, does the file |
If you have the luxury, simply open the project in Xcode6.4 and then in Xcode 7. |
@Raman148 Oh have you actually tried that? Amazing, I was wondering whether that would help. @concertman This is definitely a better solution than having to hack the checkout file yourself :) Thanks @Raman148! |
@czechboy0 Confirmed on my end, I had this issue this morning when migrating. Thank you! |
@concertman Please try what @Raman148 suggested and let me know if that fixed it for you, thaaaaanks! 😉 |
Also, @concertman please update to 0.5.0 before you try again, maybe you at least had an |
@czechboy0 I just tried 0.5.0 locally and it seems to work. I'm about to try it on my Xcode CI server to confirm. I'll post back once I have done that. |
Ha, if just upgrading to 0.5.0 alone fixed it, it means you had the newer
|
@czechboy0 just tested it on our server and it's up and running fine. I verified that yes our workspace is using the xcscmblueprint (our project started in Xcode 7 beta) and never did have the .xccheckout file. Thanks for the help! |
Thanks @concertman, this is great to know in case other people are having the same issue. |
@czechboy0 Getting this same issue on 0.6. This project is an older project (pre Xcode7), but currently has a |
You're saying it has a blueprint file but Buildasaur isn't finding it? That's a bug, can you please create a new issue with all the details? Thanks! |
Greetings! we are really loving Buildasaur. Just having an issue getting a project set up.
on 0.4.0 when I try to add my workspace I get the following message.
I follow those steps and still get the same error. I've also tried the steps listed in #127 (just in case) and still couldn't get it to work. I've checked for the presence of
.xcworkspace/xcshareddata/PROJECT.xccheckout
and there's not one there in the .xcworkspace or in .xcodeproj.I'm on Xcode 7.
Any suggestions on what I can do to resolve this?
The text was updated successfully, but these errors were encountered: