I'm experiencing the same issue that I described in thoughtbot/Argo#121
Specifically, I see the following warnings when building a project that depends on Ogra:
(null): Directory not found for option '-F/path/to/MyProject/Carthage/Checkouts/Ogra/Carthage/Build/Mac'
(null): Directory not found for option '-F/path/to/MyProject/Carthage/Checkouts/Ogra/Carthage/Build/iOS'
I'm not sure how to resolve this other than to add a workspace and add the projects of dependencies there (Argo). This is the approach I usually take.
I'd be happy to submit a pull request to make these changes.
I'm experiencing the same issue that I described in thoughtbot/Argo#121
Specifically, I see the following warnings when building a project that depends on Ogra:
I'm not sure how to resolve this other than to add a workspace and add the projects of dependencies there (Argo). This is the approach I usually take.
I'd be happy to submit a pull request to make these changes.