RIBs
RIBs copied to clipboard
[Build failed in Xcode 14.0.1] 'let' properties are implicitly 'final'; use 'public' instead of 'open' in Component.swift
I installed RIBs by CocoaPods but cannot build my project by issue:
'let' properties are implicitly 'final'; use 'public' instead of 'open'
in Component.swift.
My Xcode version is 14.0.1, M1 Mac mini, CocoaPods version is 1.11.3.
I read relevant issues:
#312,
#389,
#354,
#388
and tried pod deintegrate, then pod install but it doesn't work.
@Ngoclann Any solution to this? I get the same with Xcode 14.1, M1 Macbook, cocoapods 1.11.3.
I am also experiencing this on 14.1.
This should have been fixed by https://github.com/uber/RIBs/pull/316/files
version 0.9.2 and higher should have the fix.