升级xcode15后报错
Could not build the precompiled application for the device. Error (Xcode): Cycle inside Runner; building could produce unreliable results. This usually can be resolved by moving the shell script phase 'Thin Binary' so that it runs before the build phase that depends on its outputs.
解决方式
在xcode中找到Runner
中的Build Phases
选项,将Embed App Extensions
拖到Run Script
下面即可,如图