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
The Fastfile specified a hardcoded Swift version that a) didn't correspond to any swift versions recognized as options by the Swift compiler, and b) conflicted with the swift version specified in our podspec files. Removing that Fastfile version lets podspec linting use the value from the Podspec file instead of the overridden value from the Fastfile
0 commit comments