Reputation: 479
I am working with XWebView framework in my swift project where I am passing a native object to javascript I have successfully integrated XWebView framework in my project. But when I create an IPA, the organiser window shows 2 different options - one is my project and the other is XWebView framework Code is working fine on simulators and device but IPA is not working.
XWebView framework: https://github.com/XWebView/XWebView
Below is the attached screenshot of my organiser window
Any help would be appreciated regarding XWebView or how could create a working IPA
Thanks in advance
archive organizer ipa screen
Upvotes: 1
Views: 126
Reputation: 479
Fixed using cocoapods: cocoapods.org/pods/XWebView Managed dependencies using cocoapods.
Upvotes: 1