Closed ashfurrow closed 8 years ago
Thanks for the report - Didn’t think of that. It was a simple fix (when you know Perl!) and I’ve pushed it if you want to resync and try.
🎉 I've installed through Alcatraz, would re-installing from there bring in the fix? Happy to test for reproduction :bow:
uninstaling it and reinstalling with Alcatraz should do the trick. It’s was only a script change so you won’t need to restart Xcode.
Seeing another error now, may be unrelated (I had moved Xcode in the meantime since I didn't expect such a fast turnaround :wink:). I know Xcode is sensitive to this, will reboot and report back :+1:
OK, other error was unrelated, this is fixed, thanks! :tada:
Hey there! Love this library, thanks so much!
Noticed one issue: I have my Xcode versions in different folders, and the folders have a space in them. When I hit the inject button, I get this error:
The relevant lines are:
Looks like it's try to invoke
xcodebuild
without quotes, which doesn't work with spaces in the path.Doesn't sound like a difficult problem to fix, if you wanted to point me in the right direction I can come back with a pull request.