-
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
Find a way to force Xcode to generate xcscmblueprint file when not present #165
Comments
Is there a manual workaround for this? |
There is, actually. If you manually create a Bot for your project which you're missing a
This will print info for all bots (lots of JSON data), just find the one you just created by searching for the name of the bot and then find the corresponding field Now call this with the bot id to get the blueprint
and this will download it into a file with the extension Now that you have this file, open it for editing and remove the sub-dictionary with key You should end up with something like this: https://github.com/czechboy0/BuildaUtils/blob/master/BuildaUtils.xcodeproj/xcshareddata/BuildaUtils.xcscmblueprint This is the exact process I followed today to create a missing |
That worked perfectly. Thanks! |
Not really needed anymore, see #188. |
@czechboy0 I'm still getting this. Am I doing something wrong?
|
|
@ioveracker that could be the problem. It is likely https. Ill try cloning with ssh. |
No description provided.
The text was updated successfully, but these errors were encountered: