R.swift: Swift 5 / Xcode 10.2 compatibility

Created on 26 Mar 2019  路  1Comment  路  Source: mac-cain13/R.swift

R.Swift generates lot of compiler warnings after update to Xcode 10.2. It does not matter if swift version is 4.2 or 5.0 warnings are the same:

.../Pods/R.swift.Library/Library/UIKit/UIStoryboard+StoryboardResource.swift:20:3: 'public' modifier is redundant for initializer declared in a public extension

and many more files

Most helpful comment

These warnings are now fixed and a new release of the library has been published. You can get rid of the warnings by running:

pod update R.swift.Library

>All comments

These warnings are now fixed and a new release of the library has been published. You can get rid of the warnings by running:

pod update R.swift.Library
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jalone87 picture jalone87  路  6Comments

aliasdoc picture aliasdoc  路  3Comments

apascual picture apascual  路  6Comments

romk1n picture romk1n  路  6Comments

Przemyslaw-Wosko picture Przemyslaw-Wosko  路  4Comments