crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

XWalkExtension not working in iOS 9.3.4 #75

Open osama-xlt opened 8 years ago

osama-xlt commented 8 years ago

XWalkExtension not working in iOS 9.3.4 but working in iOS 9.3.

I was trying to build project using crosswalk ios as extension for crosswalk ios for iOS 9.3.4 but it was not building. But when I did for iOS 9.3 it started to work. Before updating cocoapods & crosswalk ios everything was working - the project was building installing, running & my jsfunc_ methods were getting called from javascript. But after updating cocoapods & crosswalk ios my XWalkExtension was not working & neither was it building for iOS 9.3.4.

My observation is that crosswalk extension is not working for newer versions of iOS like 9.3.4.

I tried to find what was the error in the logs but could not find any.

Therefore, I request you to fix the crosswalk ios extension issue for newer versions of iOS.

Thank you!

osama-xlt commented 8 years ago

I am also facing issue described in this stackoverflow question http://stackoverflow.com/q/40718288/1499553