-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hey :)
I have problem with building flutter example project.
Here is problems from console:
Launching lib/main.dart on iPhone 14 Pro in debug mode...
main.dart:1
Xcode build done. 6.3s
Failed to build iOS app
Swift Compiler Error (Xcode): Unable to load standard library for target 'arm64-apple-ios10.0'Swift Compiler Error (Xcode): Module compiled with Swift 5.5.2 cannot be imported by the Swift 5.8.1 compiler: /Users/funkydevil/Downloads/telematicsSDK-demoapp-flutter--main/example/ios/Pods/RaxelPulse/RaxelPulse.framework/Modules/RaxelPulse.swiftmodule/arm64.swiftmodule
/Users/funkydevil/Downloads/telematicsSDK-demoapp-flutter--main/ios/Classes/SwiftTelematicsSDKPlugin.swift:1:7Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
Exited
I was trying to make my own test project with telematics_sdk: ^0.1.1 dependence, but got same error
thanks!