I'm somehow new to xcode/ios development, usually when I see an error in the Debug Console I knew where to look for, but now that the project is extensive is more difficult.
Well, I got an Unknown class error now and I imagine why is this, I see this in the Debug Console:
2016-08-15 20:56:45.329 AppProjectName[1096:46087] Unknown class PaymentACHCreditCardContainerController in Interface Builder file.
So the question is, what does AppProjectName[1096:46087] means? I imagine is the location where happens the error but How to look for it? In what file? Is the 1096 the line number where the error happens? If so then What is 46087?
I may some investigations but I did not find anything about it.
Thanks.