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 was using default Mapbox version in pod file but after upgrading to XCode to v.16 i got Bitcode error so i upgrade RNMapboxMapsVersion to
$RNMapboxMapsVersion = '= 11.6.0' and after that i got these errors :
`/Users/XXX/Projects/XXX/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXCircleLayer.swift:8:34: cannot find type 'Style' in scope
Environment
i was using default Mapbox version in pod file but after upgrading to XCode to v.16 i got Bitcode error so i upgrade RNMapboxMapsVersion to
$RNMapboxMapsVersion = '= 11.6.0' and after that i got these errors :
`/Users/XXX/Projects/XXX/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXCircleLayer.swift:8:34: cannot find type 'Style' in scope
override func makeLayer(style: Style) throws -> Layer {
~~~~~~~~ ^
❌ /Users/XXX/Projects/XXX/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXCircleLayer.swift:8:17: method does not override any method from its superclass
override func makeLayer(style: Style) throws -> Layer {
^~~~~
❌ /Users/XXX/Projects/XXX/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXCircleLayer.swift:68:31: cannot find type 'Style' in scope
override func apply(style : Style) throws {
The text was updated successfully, but these errors were encountered: