Error in creating Segue

I am trying to compile my code in Xcode 9 which was perfectly working in Xcode 8.3, now it crashes on Segue from table view to uiviewcontroller.

This is the error message.


2017-10-11 10:44:36.410414-0500 Dev_TenantMoveIn[307:18597] -[PDFViewController initWithCoder:]: unrecognized selector sent to instance 0x1c80111d0

2017-10-11 10:44:36.412182-0500 Dev_TenantMoveIn[307:18597] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PDFViewController initWithCoder:]: unrecognized selector sent to instance 0x1c80111d0'

*** First throw call stack:

(0x186a0fd38 ........ 0x1863fa56c)

libc++abi.dylib: terminating with uncaught exception of type NSException


Any suggestion would be helpful

Replies

Is Dev_TenantMoveIn your own code ?


If yes, could you post the complete code of this func ?


Can you show also how you prepare for segue ?