gree / unity-webview

zlib License
2.24k stars 684 forks source link

crash on iphone #537

Open Amitsoni5157 opened 4 years ago

Amitsoni5157 commented 4 years ago

Hello sir, during play on Ios simulator i am getting this issue and app is crashing dyld: Symbol not found: __CWebViewPlugin_Init

Referenced from: /Users/sagarrathode/Library/Developer/Xcode/DerivedData/Unity-iPhone-crmbqymoeqbtaxgmbihgcobmlywl/Build/Products/Debug-iphonesimulator/UnityFramework.framework/UnityFramework

Expected in: flat namespace

KojiNakamaru commented 4 years ago

If you used the latest package, you might accidentally delete one of or all Assets/Plugins/iOS/WebView*.mm.

Amitsoni5157 commented 4 years ago

Ohh no yes I didn’t import Ios folder in plugin thankyou so much.it is working great now thankyou.