KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
147 stars 73 forks source link

Unknown class _TtC7Printer26PrinterTableViewController in Interface Builder file. #26

Closed rishi1596 closed 1 year ago

rishi1596 commented 4 years ago

When i run the sample code of latest release 4.0.1 and proceed to bluetooth list it gives the following error in logs "Unknown class _TtC7Printer26PrinterTableViewController in Interface Builder file" whereas if I run the sample code of release 3.0.7 it works fine and displays the list of devices available.

Tested on Xcode 11.1

Found the Issue - In the latest release 4.0.1 the custom class name of bluetooth list view controller in MainStoryBoard should be 'BluetoothPrinterSelectTableViewController' instead of 'PrinterTableViewController'

KevinGong2013 commented 1 year ago

Xcode Menu => Product -> Clean Build Folder

Run Again.