You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: