I am making an attempt to construct and run my utility on IOS. Nonetheless, after efficiently constructing the app, it crash upon launching an the error message that I acquired in my log was
(lldb) dyld[12223]: Library not loaded: @rpath/Flutter.framework/Flutter
Referenced from: <8F813171-8323-390D-92E9-FE2434EDD1F5> /personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Runner
Cause: tried: '/usr/lib/swift/Flutter.framework/Flutter' (no such file, not in dyld cache), '/personal/preboot/Cryptexes/OS/usr/lib/swift/Flutter.framework/Flutter' (no such file), '/usr/lib/swift/Flutter.framework/Flutter' (no such file, not in dyld cache), '/personal/preboot/Cryptexes/OS/usr/lib/swift/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/usr/lib/swift/Flutter.framework/Flutter' (no such file, not in dyld cache), '/personal/preboot/Cryptexes/OS/usr/lib/swift/Flutter.framework/Flutter' (no such file), '/usr/lib/swift/Flutter.framework/Flutter' (no such file, not in dyld cache), '/personal/preboot/Cryptexes/OS/usr/lib/swift/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/personal/var/containers/Bundle/Software/AB427D6F-5D81-4DF8-9F90-C2F312AACB02/Runner.app/Frameworks/Flutter.framework/Flutter' (no such file), '/System/Library/Frameworks/Flutter.framework/Flutter' (no such file, not in dyld cache)
* thread #1, cease purpose = sign SIGABRT
body #0: 0x00000001dd318ee4 dyld`__abort_with_payload + 8
dyld`:
-> 0x1dd318ee4 <+8>: b.lo 0x1dd318f00 ; <+36>
0x1dd318ee8 <+12>: stp x29, x30, [sp, #-0x10]!
0x1dd318eec <+16>: mov x29, sp
0x1dd318ef0 <+20>: bl 0x1dd2bbea0 ; cerror_nocancel
Goal 0: (Runner) stopped.
Anybody has any concept why this occurs?