flutter/tools/gn --unopt --no-lto --runtime-mode=profile --ios --asan
ninja: error: '../../buildtools/mac-x64/clang/lib/clang/13.0.0/lib/darwin/libclang_rt.asan_ios_dynamic.dylib', needed by 'libclang_rt.asan_ios_dynamic.dylib', missing and no known rule to make it
errors:
changed the path to 15
https://github.com/flutter/engine/blob/3f093ea1e504326b4aa9c7adcf13f97575417bcf/shell/platform/darwin/ios/BUILD.gn#L314
But there is no
libclang_rt.asan_ios_dynamic.dylibinclang, onlylibclang_rt.asan_osx_dynamic.dylib, so same error.@iskakaushik