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
When compiling a project that has Embassy installed as a pod on Xcode 8.3.2 I get these warnings:
/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:80:22: Type alias should not be declared public because its underlying type uses an internal type
/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:102:22: Type alias should not be declared public because its underlying type uses an internal type
These are the offending lines: public typealias Index = ArrayType.Index public typealias Element = ArrayType.Element
The text was updated successfully, but these errors were encountered:
When compiling a project that has Embassy installed as a pod on Xcode 8.3.2 I get these warnings:
/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:80:22: Type alias should not be declared public because its underlying type uses an internal type
/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:102:22: Type alias should not be declared public because its underlying type uses an internal type
These are the offending lines:
public typealias Index = ArrayType.Index
public typealias Element = ArrayType.Element
The text was updated successfully, but these errors were encountered: