Cannot build on latest Xcode 15 Stable, iOS 17 stable
Related to
https://github.com/pichillilorenzo/flutter_inappwebview/issues/1735
flutter run
Could not build the precompiled application for the device.
Error (Xcode): type argument 'nw_proxy_config_t' (aka 'struct nw_proxy_config *') is neither an Objective-C object nor a block type
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h:119:46
Parse Issue (Xcode): Could not build module 'WebKit'
/build/ios/Debug-iphoneos/flutter_inappwebview/flutter_inappwebview.framework/Headers/flutter_inappwebview-Swift.h:285:8
Error launching application on iPhone
2
Answers
Fix: Upgrade flutter from master branch , delete podfile.lock and re run pod install
Temporal fix:
Workaround 1 from GitHub:
Use sudo and yor favorite text editor:
change the __IPHONE_OS_VERSION_MAX_ALLOWED from 170000 to 180000
Workaround 2:
Workaround 3 update
CocoaPods
and run :
And the project must build without problems
Team,
I am facing the same issue. Tried all the solutions, does not work
Is there anything else that can be done