-
Notifications
You must be signed in to change notification settings - Fork 17
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
Xcode error: Cycle in dependencies #5
Comments
Update on this:
|
Ah, now working with Pods! Darn, so simple... I will say also that I needed that I will probably revert Carthage and revert my revert to Pods, since Pods has been embraced by React Native. I did see the issue with RN 0.60, but we are on 0.59 and probably won't upgrade before 0.61 is out. This issue is good to close on my end. |
Sounds good! I'll add the |
Hello,
I've noticed that I can only seem to build everything if I first clean my build folder and do a full rebuild. If I just hit build, I always get this error:
I think I installed the
VirgilCrypto
Cocoapod correctly. As I said, everything works with a clean build. More info:Build Settings -> Packaging -> DEFINES_MODULES -> Yes
in the main Pod target in order to get the Pod to get picked up.Parallelize Build
off in the scheme. Turning this on seems to fix this problem. But a long time ago, this had to be off for React Native to build at all, so I'm a little afraid of enabling this.Can anyone help?
The text was updated successfully, but these errors were encountered: