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
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
To resolve tuist/tuist#6133, we need to be aware of the platform of an XCFramework. Tuist uses XcodeGraph to detect it.
However, the
XCFrameworkInfoPlistcurrently defined the platform, but this enum is complete, and not being used yet./// It represents the library's platform. public enum Platform: String, Hashable, Codable { case ios }