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

cyclic dependency error #273

Open
joprice opened this issue Jan 24, 2021 · 0 comments
Open

cyclic dependency error #273

joprice opened this issue Jan 24, 2021 · 0 comments

Comments

@joprice
Copy link

joprice commented Jan 24, 2021

My project builds with bazel and via a tulsi-generated project, but fails with the following error using xchammer's generated xcode project:

 Showing All Messages Cycle in dependencies between targets 'Arc-exception-safe' and 'Core'; building could produce unreliable results. Cycle path: Arc-exception-safe → Core → Arc-exception-safe Cycle details: → Target 'Arc-exception-safe': Libtool .../libArc-exception-safe.a normal Target 'Arc-exception-safe' has target dependency on Target 'Core' → Target 'Core' has target dependency on Target 'Arc-exception-safe'

Also, the first build always fails with "Xcode project was out-of-date so we updated it for you! Please build again.".

Oddly, before this, I was getting a different error where Texture classes were failing to link. Now, I no longer get that, as there seems to be some state that hangs around even if I delete the project directory and rebuild the project target. Is there a way to force regenerate or invalidate the generated project files?

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