nicolastinkl / UUVPN

基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。
229 stars 103 forks source link

Error (Xcode): 'Flutter/Flutter.h' file not found ***/flutter/ios/Runner/GeneratedPluginRegistrant.h:9:8 #10

Closed jiangpengwz closed 2 months ago

jiangpengwz commented 2 months ago

Env:

Flutter version: Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (6 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3

xcodebuild --version: Xcode 15.4 Build version 15F31d


Question: The version from two weeks ago could still build and launch normally using flutter pub get and flutter run. After updating to the latest version, flutter run now displays the content shown in the following screenshot. Both flutter clean and xcode clean have been attempted without success. Could you please help me with a solution to this issue? Thank you.

image