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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: