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
When building my app, I got an error for my MapboxVision library as follows: Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 compiler: ...
Expected behaviour
Successfully built
Configuration
Device: iphone XS Max
OS: iOS 13.1
Frameworks versions (leave the ones you're using):
MapboxVisionNative 0.10.0
MapboxVisionARNative 0.10.0
MapboxVisionSafetyNative 0.10.0
MapboxVision 0.10.0
MapboxVisionAR 0.10.0
MapboxVisionSafetyNative 0.10.0
Additional context
I am using Xcode 11.2 (11B52)
The text was updated successfully, but these errors were encountered:
Rerun the carthage update --platform ios solves this problem. However, there is a warning "Module 'MapboxVision' was not compiled with library evolution support; using it means binary compatibility for 'RecordingSession' can't be guaranteed".
Description
When building my app, I got an error for my MapboxVision library as follows: Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 compiler: ...
Expected behaviour
Successfully built
Configuration
Additional context
I am using Xcode 11.2 (11B52)
The text was updated successfully, but these errors were encountered: