-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Errors building from source #105
Comments
All these modules are managed via the swift package. Xcode should automatically download the dependencies. |
Thanks for getting back to me. Xcode does seem to download the dependencies, but the targets that depend on them still cannot find them. I see errors building every target except for Note that I'm using Xcode 13.2.1 and trying to build from the GUI, not the command line. Looks like other folks have been complaining about this kind of problem since the Xcode 13 beta. Following their advice I tried But now when doing a build I see an error from the
I do have the autogen tools installed, but the path is apparently not known to Xcode (but is available from the command line):
To work around this, I added the following user defined env var to the
The next problem is that the
I don't see any built deliverable with |
Have you downloaded the source code via zip or have you cloned the repository?
Also, after the repository clone, you must call |
Thanks for this great project!
I'm trying to build this from source but I'm seeing errors like the following:
There's no mention of these in the readme, and I don't see any submodules for them.
Maybe these should be added to the
dependencies
folder as submodules?The text was updated successfully, but these errors were encountered: