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

Mono Repo Support #51

Closed
GioLogist opened this issue Dec 13, 2018 · 1 comment
Closed

Mono Repo Support #51

GioLogist opened this issue Dec 13, 2018 · 1 comment

Comments

@GioLogist
Copy link

Currently, we're working with a mono repo, using workspaces, along with a few other tools. None of which directly relate to the issue.

A common step after running yarn, is for us to go ahead and change header search paths in certain dependencies, from

${SRCROOT}/../../../ios/Pods/Headers/Public
to
${SRCROOT}/../../../mobile/ios/Pods/Headers/Public

Steps to reproduce the behavior

Change header search paths to fit your project's structure (would need to have a structure that's atypical).

Expected behavior

Using this package, everything seems to be building correctly, except it seems to not be respecting the altered header search paths. The interesting thing is that if I use an original scheme, it builds just fine. Its only when using a custom scheme that this becomes an issue.

Actual behavior

Build fails, saying it cannot find a file.

@GioLogist
Copy link
Author

My issue actually wasn't related to mono repos at all, but rather #52

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

1 participant