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'm getting the following error when trying to run the example app in iOS Simulator during the pod install process:
Unable to determine Swift version for the following pods:
- `mapbox_gl` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
Adding s.swift_version = '5.0' to ios/mapbox_gl.podspec fixes the issue.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to run the example app in iOS Simulator during the
pod install
process:Adding
s.swift_version = '5.0'
to ios/mapbox_gl.podspec fixes the issue.The text was updated successfully, but these errors were encountered: