xcode16 debug模式下运行失败:linker command failed with exit code 1 (use -v to see invocation)

xcode16 debug模式下运行失败:linker command failed with exit code 1 (use -v to see invocation) -bitcode_bundle is no longer supported and will be ignored -bitcode_process_mode is no longer supported and will be ignored 请问怎么解决??xcode版本:Version 16.0 (16A242d) release模式下 是正常跑起来的。

oc项目里面有flutter。

As the error mentions, the -bitcode_bundle option is no longer supported. I suggest removing it from your link line...

xcode16 debug模式下运行失败:linker command failed with exit code 1 (use -v to see invocation)
 
 
Q