Please don't mark my question as duplicated even if it looks like answered many times. I really have a problem with "ViewController has no initializers", using CoreBluetooth
I found many similar problems here on stackoverflow (like: Class 'ViewController' has no initializers in swift) but the solution always was unwrapping an optional.
Here I tried to unwrap CBCentralManager object and CBPeripherial object as well but it didn't help. here's a screenshot: