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

Issue creating .xcframework with Xcode 14.3 #392

Open
yetelday opened this issue Jun 8, 2023 · 0 comments
Open

Issue creating .xcframework with Xcode 14.3 #392

yetelday opened this issue Jun 8, 2023 · 0 comments

Comments

@yetelday
Copy link

yetelday commented Jun 8, 2023

Hello, until Xcode Command Line Tools 14.2 when creating the .xcframework of my project I had this warning :

public class 'Reachability.Reachability' shadows module 'Reachability', which may cause failures when importing 'Reachability' or its clients in some configurations; please rename either the class 'Reachability.Reachability' or the module 'Reachability', or see https://bugs.swift.org/browse/SR-14195 for workarounds

now with 14.3 I get errors :

Reachability' is not a member type of class 'Reachability.Reachability'

failed to verify module interface of 'Reachability' due to the errors above; the textual interface may be broken by project issues or a compiler bug

and the creation of the .xcframework fails

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