Navigation Menu

Skip to content
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

Carthage support #230

Closed
milo-the-dev opened this issue Jul 1, 2015 · 6 comments
Closed

Carthage support #230

milo-the-dev opened this issue Jul 1, 2015 · 6 comments

Comments

@milo-the-dev
Copy link

I'm having trouble tracking this down but seems to be that I cannot build a project initialized and started by liftoff with carthage frameworks. That is to say that libraries linked through carthage instead of cocoa pods seem to result in the invocation error. Any word on this? I didn't see anyone else having issues with it but did see an issue for documenting carthage support.

@gfontenot
Copy link
Member

I think I noticed yesterday that our unit test bundles don't have the run path search paths configured properly, but I haven't had time to confirm. They should look like this (you should be able to copy/paste this into the settings editor):

//:configuration = Debug
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks

//:configuration = Release
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks

//:completeSettings = some
LD_RUNPATH_SEARCH_PATHS

Let me know if that helps, and we can work on adding a fix.

@milo-the-dev
Copy link
Author

@gfontenot I'll take a look when I get a chance and let you know. Thanks

@milo-the-dev
Copy link
Author

Forgot to write back...sorry. Unfortunately that didn't work @gfontenot

@gfontenot
Copy link
Member

I'll need more info on what the failure is.

@milo-the-dev
Copy link
Author

@gfontenot I apologize, forgot to follow up. Looks like dragging frameworks built by carthage didn't also add the path to /Carthage/Build/iOS/ under framework search paths in build settings.

@gfontenot
Copy link
Member

Ah, good to hear. Sorry you were having problems.

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

No branches or pull requests

2 participants