R.swift: NibResource+UIKit.swift with Xcode 10

Created on 6 Jun 2018  路  1Comment  路  Source: mac-cain13/R.swift

Due to API changes, this extension will not work anymore with Xcode 10. I'm getting error while building the project:

Cannot convert value of type '[AnyHashable : Any]?' to expected argument type '[UINib.OptionsKey : Any]?'

But didn't find any usage of this method. Should it be removed?

Most helpful comment

Thanks for reporting this, we needed to adjust our argument parameter type. This is now done on master and will be in the next R.swift release.

For now you can depend on master for things you try in the Xcode 10 beta.

>All comments

Thanks for reporting this, we needed to adjust our argument parameter type. This is now done on master and will be in the next R.swift release.

For now you can depend on master for things you try in the Xcode 10 beta.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vladimirvrabelml picture vladimirvrabelml  路  7Comments

tomlokhorst picture tomlokhorst  路  3Comments

mac-cain13 picture mac-cain13  路  5Comments

apascual picture apascual  路  6Comments

appcelerate picture appcelerate  路  6Comments