-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't get generated xcode project to compile #220
Comments
Doesn't work as well with the same error (master branch):
@WilliamIzzo83 did you fix it? |
Hi @bigbangvn unfortunately I was not able to make it work. From what I gather the problem show itself with newer bazel versions. For me this was kinda of a showstopper because I had hard contraints about it. I tried to update the rules involved, but in the end I had to give up. |
In case this helps out anyone in the future, I ran into the same issue, for me, it was an issue with how xcode_project was being generated. Specifically, i set:
Doing this got things working for me. |
To test xchammer I tried the workflow on the Tailor sample code. I did the following:
And the output was the following
:0: error: module map file 'tulsi-workspace/bazel-tulsi-includes/x/x/tailor.modulemaps/module.modulemap' not found
:0: error: module map file 'tulsi-workspace/bazel-tulsi-includes/x/x/tailor.modulemaps/module.modulemap' not found
:0: error: missing required module 'SwiftShims'
The text was updated successfully, but these errors were encountered: