Hello,
I’m experiencing an issue when using freerasp: ^7.0.0 in my Flutter project. When I try to run the app on the iOS Simulator (iPhone 16), I get the following error:
vbnet
Copy
Edit
Launching lib/main_dev.dart on iPhone 16 in debug mode...
Running Xcode build...
Xcode build done. 19.8s
Failed to build iOS app
Swift Compiler Error (Xcode): No such module 'TalsecRuntime'
/Users/userName/.pub-cache/hosted/pub.dev/freerasp-7.2.0/ios/Classes/EventProcessor.swift:0:7
Could not build the application for the simulator.
Error launching application on iPhone 16.
Steps to Reproduce:
Add freerasp: ^7.0->7.2 to pubspec.yaml
Run flutter pub get
Try to build and run the project on an iOS Simulator
Hello,
I’m experiencing an issue when using freerasp: ^7.0.0 in my Flutter project. When I try to run the app on the iOS Simulator (iPhone 16), I get the following error:
vbnet
Copy
Edit
Launching lib/main_dev.dart on iPhone 16 in debug mode...
Running Xcode build...
Xcode build done. 19.8s
Failed to build iOS app
Swift Compiler Error (Xcode): No such module 'TalsecRuntime'
/Users/userName/.pub-cache/hosted/pub.dev/freerasp-7.2.0/ios/Classes/EventProcessor.swift:0:7
Could not build the application for the simulator.
Error launching application on iPhone 16.
Steps to Reproduce:
Add freerasp: ^7.0->7.2 to pubspec.yaml
Run flutter pub get
Try to build and run the project on an iOS Simulator