-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Without use_frameworks!, "implemented in both" loader errors running tests #7592
Comments
does this not happen without use modular headers? |
Oh, you're right. It happens without use_frameworks! whether use_modular_headers! is there or not. |
We've a similar issue. Our setup is a framework shared by two apps in a single workspace. With With Related: #7155 |
Is this change supposed to fix #6918 ? |
Report
What did you do?
What did you expect to happen?
No warnings
What happened instead?
In a larger example, this led to test failures because of sporadic
isKindOfClass
failuresCocoaPods Environment
Stack
Installation Source
Plugins
Project that demonstrates the issue
https://github.com/paulb777/imp-in-both
The text was updated successfully, but these errors were encountered: