-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed with CocoaPods in Xcode 15 beta 6 can not build module 'WebKit' #430
Comments
Have the same issue here 🙁 |
1 similar comment
Have the same issue here 🙁 |
Update iOS version to greater than 5 in podspec and pod install again can fix this issue. |
Try this open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h, change __IPHONE_OS_VERSION_MAX_ALLOWED to 180000 |
to @yyks999, this file does not exists(on my Mac). And I´ve got the current error that I can't download cocoa pods: "ERROR: Failed to build gem native extension." I´ve got the macOS Release Candidate, I had to uninstall cocoa pods and now I can not download it anymore. Could anyone help me? |
how can I edit that file with? I tried with Xcode but I can't edit it. |
@KhamHti Use arrow keys to navigate and change the value of |
[EDIT] [ORIGINAL ANSWER] I tried to add write access to file without success with a |
改成源代码集成,而不是CocoaPods。或者把podspec里面的依赖版本提高一下。 |
When installed this pod with CocoaPods in Xcode 15 beta 6, can not pass build with error " Could not build module 'WebKit' ".
While drag files into project directly works well.
It seems like the WebKit new APIs for iOS 17 cannot be correctly linked.
The type
nw_proxy_config_t
declared inNetwork.framework
cannot be found correctly in WebKit header fileWKWebsiteDataStore.h
I have tried add dependency of
Network.framework
for pod target in Build Phase, but still not working.Is there anyone meets the same error and solved this?
The text was updated successfully, but these errors were encountered: