我成功地在我的 macbook M1 和物理 ios 設備上運行了我的顫振應用程式。我可以毫無錯誤地運行flutter build ios。
在我嘗試在 Xcode 上完成存檔后,我構建失敗
Runner
-> Parse issue
->Module 'XXXX' not found
這是 GeneratedPluginRegistrant 檔案中的指標
#import "GeneratedPluginRegistrant.h"
#if __has_include(<app_review/AppReviewPlugin.h>)
#import <app_review/AppReviewPlugin.h>
#else
@import app_review;
#endif
這是我的 PODFILE
platform :ios, '11.0'
...
...
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
我在 xcode 上將版本部署設定為 11
I tried flutter clean
remove pods folder
pub get
pod install on ios folder

uj5u.com熱心網友回復:
該
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/506888.html
上一篇:將Xcode更新到版本14后,錯誤:'Table'isambiguousfortypelookupinthiscontext
