flutter与iOS混编项目在macOS Monterey 12.3.1上启动崩溃,报错:dyld[2274]: Library not loaded: @rpath/App.framework/App Referenced from: /private/var/containers/
解决方案:升级ruby-macho
sudo gem update ruby-macho
升级之后重新clean flutter ,iOS项目重新pod install 就可以了
flutter与iOS混编项目在macOS Monterey 12.3.1上启动崩溃,报错:dyld[2274]: Library not loaded: @rpath/App.framework/App Referenced from: /private/var/containers/
解决方案:升级ruby-macho
sudo gem update ruby-macho
升级之后重新clean flutter ,iOS项目重新pod install 就可以了