Xcode Build Error on 5.20.8 after updating to latest version
Closed this issue · 7 comments
After getting a message from apple store connect about "ITMS-90809: Deprecated API Usage - apple will no longer accept submission of new apps that UiWebView as of April 30, 2020."
I updated to the latest version of pushwoosh-react-native-plugin version 5.20.8
i ran 'grep -r UIWebView ios/Pods/'
to check if UiWebView still exist in the directory
when I try to make a build on Xcode, I get those error
any solution will be appreciated.
Hi @CallmeKingsley,
Pushwoosh SDK was migrated to WKWebView in the 5.19.1 release of the native iOS SDK, so it looks like you use an outdated Titanium plugin. Could you please try updating to the latest version and let us know about the results?
Thanks for the quick response. how do I update my Titanium plugin cause i believe am already in the latest version of Pushwoosh when I ran "npm install pushwoosh-react-native-plugin --save"
That should install the latest version, but could you please check which particular version is added to your project? It should be 5.20.8 for the latest React Native plugin version.
@CallmeKingsley okay, thanks for the details. Please let me pull some time to check it and I will be back shortly
@wfhm I believe I have resolved the issue.
- I revert to the old version and ran "npm update pushwoosh-react-native-plugin"
- I deleted podfile.lock file,Pods folder and node_modules folder for fresh references
- I ran yarn/npm install, then I went to the ios folder and ran pod install
It looks like works now. thanks @wfhm
That should do the trick, good job!