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 I try to launch my app on iOS, I receive the following error:
Launching lib/main.dart on iPhone in release mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: **********
Running Xcode build...
└─Compiling, linking and signing... 3,5s
Xcode build done. 99,7s
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): Library 'ZSDK_API' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Error running application on iPhone.
The error goes away when removing zebrautility package. I'm currently using ^0.0.41 version.
The text was updated successfully, but these errors were encountered:
I also find several issues while trying to build on iOS
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.12, on macOS 15.0 24A335 darwin-arm64, locale en-GB)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] VS Code (version 1.93.1)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
When I try to launch my app on iOS, I receive the following error:
The error goes away when removing zebrautility package. I'm currently using ^0.0.41 version.
The text was updated successfully, but these errors were encountered: