Fix: Unable to find a destination matching the provided destination specifier in a Flutter iOS build
iOS 26 simulator runtimes are arm64-only, so a leftover EXCLUDED_ARCHS arm64 line builds an Intel-only Runner no simulator can execute. Drop the exclusion.