lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

CEFDisplayHandler getting error when calling. #68

Open umairzahid508 opened 2 years ago

umairzahid508 commented 2 years ago

I am calling CEFDisplayHandler object like this in main class.

image

and also over ride the method of the protocol like this.

image

but after running the program I am getting this error and also my override method didn't run.

image

This line getting the error.

image

image

I didn't get it why this error occur? is there any issue in CEFSwift repo or I am missing something before calling it.

Please kindly help me. Thanks @lvsti