I have installed new version of Xcode 15.0. After this I am unable to run my flutter app. It is showing me following error:
Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead
I have installed new version of Xcode 15.0. After this I am unable to run my flutter app. It is showing me following error:
Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead
2
Answers
I found this solution from here.
Feel free to explore more answers from others. The above-written code has the highest reactions among all others.
I have solved those issues in this way:
I hope this will help you.