Craig Edwards
Craig Edwards
Hi @maximveksler, a little while back, I tried to get XcodeExplorer running in one of the Xcode betas, but it caused a crash. I'll try again shortly and let you...
Just added support for 7.0 and 7.1. Give it a thrash now and see if it works.
Hmm... that is very odd. Definitely looks like some Xcode nonsense. Dumb question... have you tried deleting your `/Users/Yong/Downloads/XcodeExplorer-master` folder and re-downloading?
Just so I understand the problem... your project has Ogra as a dependency using carthage, but when you run `carthage update` you use the `--no-build` flag. And then when your...
Like you, I also use `--use-submodules`, however, I must admit I never use `--no-build`. For the dependencies that I am not editing, I just drag in the built _framework_ from...
I'm curious what changes would be in your PR. ie. I'm not sure what you'd change to fix it.
Thanks @paulyoung. I will give it a crack today... it takes a bit of time for me to test because my main use case is convoluted: the Mac app (XXX)...
Still trying to get some time to look at your PR, but I was wondering if something as simple (dumb?) as checking in an empty folder called `Carthage/Build/Mac` would be...
Just to be clear, I was suggesting that that directory hierarchy be checked into the _Ogra_ project. For example, your error message was: ``` (null): Directory not found for option...
@paulyoung, sorry for taking so long to get back to you. I've finally had a chance to look at your PR (thanks!). My concern is that we're introducing changes that...