Mobile-Telematics / telematicsSDK-demoapp-flutter-

Demo telematics app for Flutter. The application walks you through the telematics SDK integration. The technology is suitable for UBI (Usage-based insurance), shared mobility, transportation, safe driving, tracking, family trackers, drive-coach, and other driving mobile applications
https://www.damoov.com/telematics-sdk/
Other
21 stars 10 forks source link

Module 'RaxelPulse' was created for incompatible target #4

Closed kadhikari24 closed 2 years ago

kadhikari24 commented 2 years ago

I am getting the below error while running the application in ios.

Module 'RaxelPulse' was created for incompatible target arm64-apple-ios10.0

VorobevSA commented 2 years ago

@kadhikari24 You can look - https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-an-object-file-built-for-io/63955114#63955114, it seems this is the solution to your problem.

hiru-vn commented 2 years ago

The solution above doesn't solve the problem. I tried with the example

VorobevSA commented 2 years ago

@hiru-vn @kadhikari24 If you are using a Mac with an M1 processor, then you need to run XCode or Terminal under Rosetta.

You can read more information - https://docs.damoov.com/docs/ios-sdk-for-m1-processors

quanghuy-comply commented 2 years ago

running with rosetta doesn't solve the problem, I followed https://docs.damoov.com/docs/ios-sdk-for-m1-processors but the same error happen on my M1 mac. I am using the example project