Capacitor support#186
Conversation
|
@enricop89 The reason we didn't move to pods for iOS was because it would break older versions of Cordova. If that's the case (I don't mind), we should bump up a major version. What do you think? |
|
@msach22 I wasn't aware of the breaking changes sorry. I wouldn't bother too much, I agree with bumping a new major version and update the README 👍 |
|
The PR did compile on my end, but after running I got the following error: I had to do: And pods installed correctly. The framework error is gone. In fact, this might not be compatible with all versions of Cordova. However I was on 4.5.5 and I was getting the same error (so might be a simple fix to get it working on all versions). Thank you so much for your work! It really made my day I still need to perform some other tests in order to validate that opentok actually works. I will update this post with my conclusions. |
Support for capacitor Framework [https://capacitor.ionicframework.com/docs/]
The issue was related to ios prehook on config.xml. I changed the config.xml to use CocoaPods and removed the hook
Solves #181