-
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
nothing happens when clicking save button on Build Template Settings sheet #157
Comments
On further examination, it looks like this error may be related (el cap, server, xcode 7.0.1) 10/6/15 10:36:10.897 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.pid.xcodebuild.3782) Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/XPCServices/com.apple.lldb.launcherRootXPCService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = (unknown) |
Thanks, @mikewoodworth, I'll take a look at it. I'm actually in the process (#138) of completely redoing the UI, so I'll make sure build template saving is working. Just FYI, I just downloaded the latest release of Buildasaur 0.5.0 and everything seems to work fine (I was able to create a Build Template and save it). I'm on El Cap. Can you please try to restart Builda and try again? |
Still nothing... If I leave any of the fields at the top blank I get alerts. However I have everything above triggers filled in. The only blank section on the sheet is Build,Test. We are building a mac app, and there are no options in that dropdown. |
Oooooh, yeah that's a sort of a bug of mine. It needs to know what platform the scheme is building for (because even when you're testing on a Mac, you'll see your Mac in the testing devices), but it doesn't reload it on start. Towards the top, can you click on the scheme-selection popup, choose a different scheme and then select your original one again? This will kick in the reload of the devices and should hopefully fix this. Please let me know if that was it! |
the built,test dropdown is still empty after toggling (we only have one scheme - thought it seems to show up twice in the popup) |
Hmm, I know that's annoying, but could you just mark another scheme as shared in Xcode so that it will show up in Buildasaur? Reselecting the same scheme doesn't reload it AFAIR, it needs to be a different scheme to kick in (sorry, this will be fixed in the next version). |
still not seeing anything in the drop down (with 2 schemes), what should I be seeing there? |
so a quick look at the code. it appears that is being parse via xcodebuild -showBuildSettings when i run that here on the selected scheme i get a ton of things including:
however the dropdown and the tableview are emtpy |
Can you please try to clone Buildasaur and run it locally with the debugger attached and try running the script here in terminal, to see what you get back? That should give us a good idea of what's wrong. |
so building from master seems to work fine. I noticed that code was updated 5 days ago, and 0.5.0 was posted 7 days ago... maybe this last fix solved the issue? |
Maybe, try downloading 0.5.0 from the releases section here on GitHub and try that? Glad to hear that it's working though. Actually might have had something to do with #149. Can you test and confirm for me that 0.5.0 is working please? So that I can close this ticket. Thanks a ton for reporting and providing more info, feedback like this is extremely important to me :) |
0.5.0 from github (https://github.com/czechboy0/Buildasaur/releases/tag/v0.5.0) was what the bug was reported against. |
to confirm, i just checked out this tag and the bug returned. |
Right, sorry for being confusing. The PR I referenced is merged in master but not yet released. Which would point to that being the culprit. Let me create a patch release just for you. 🎱 |
Cool, here it is: https://github.com/czechboy0/Buildasaur/releases/tag/v0.5.1 (downloadable the Please try it out and let me know if all is well, cheers. 👍 |
this build is working great, thanks! |
Cancel cancels the sheet, - deletes the template, Save seems to do nothing (no errors in console)
The text was updated successfully, but these errors were encountered: