-
Notifications
You must be signed in to change notification settings - Fork 68
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
Problem building dependencies of the example app. #43
Comments
It actually works fine for me. I just cloned a fresh one, built the project, get the |
@freak4pc Did you clone it under the same name under which it was cloned before? If so, try cloning it to a new unique path. |
It was unique, I didn’t have it cloned. |
I can repro it pretty consistently on my computer. Xcode Version 10.1 (10B61)
It happens to me on both of my computers, like 90% of times. |
Hi @kzaher If you want I can help by deleting derived data in the script, but I think ultimately better solution would be to use another way to link Rx* |
@marioradonic I'm not sure is killing Xcode the real culprit here. I've tried removing the kill from On high level I think it would be nice to just be able to hit run in Xcode and for everything to magically work without any additional dependencies. Maintaining example apps for 3 package managers is too much for me. |
For some reason running
Examples/dependencies.sh
orgit submodule update --init --recursive --force
before building theExample
target inside of theExamples/Examples.xcodeproj
in a fresh cloned repo succeeds... but trying to build
Example
target before running theExamples/dependencies.sh
orgit submodule update --init --recursive --force
causes build failure.I have no idea what's happening here.
The text was updated successfully, but these errors were encountered: