-
Notifications
You must be signed in to change notification settings - Fork 957
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels