Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Doesn't work with oclint-xcodebuild because "Dynamic Delegates" directory has a space #211

Closed
vfleurima opened this issue Feb 20, 2014 · 3 comments

Comments

@vfleurima
Copy link

I recently ran into trouble when I tried to run oclint on my project. oclint-xcodebuild uses the output of xcodebuild to generate a JSON file that oclint uses when performing its analysis. The problem is that oclint-xcodebuild fails when any path for any source file contains a space and outputs an empty compile_commands.json.

I was able to work around this issue by using BlocksKit/Core instead of BlocksKit, but a more permanent fix would be to simply rename "Dynamic Delegates" to "DynamicDelegates".

@a2
Copy link
Collaborator

a2 commented Feb 20, 2014

Have you discussed this with the oclint-xcodebuild developers? They should probably handle file paths containing whitespace.

YasKuraishi pushed a commit to YasKuraishi/BlocksKit that referenced this issue Feb 27, 2014
@zwaldowski
Copy link
Collaborator

Fixed in v2.2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants