在适配 iOS 17 + xcode 15时遇到的问题,记录一下。
Could not build module ‘WebKit’
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
将里面的 170000 修改成 180000。
因为该文件是锁定状态,直接修改不了,需拷贝出来修改完成之后,再去替换该文件。