Here is the error
This is the code for homeVC.swift (most is just parse backend so ignore)
Code Block Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'could not dequeue a view of kind: UICollectionElementKindCell with identifier Cell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard' *** First throw call stack: (0x18a2d6a48 0x189ffdfa4 0x18a1d8e88 0x18a60e654 0x18dbd41e0 0x18dbd43c8 0x104a0dea4 0x104a0e6a8 0x18dbc0e74 0x18dbc56f0 0x18dbc9fbc 0x18e7f217c 0x190d5a2c0 0x190d6043c 0x190d6b140 0x190cb3884 0x190cdd574 0x190cddf68 0x18a253e68 0x18a24ed54 0x18a24f320 0x18a24eadc 0x1941ef328 0x18e35c63c 0x104a08c84 0x18a0d8360) libc++abi.dylib: terminating with uncaught exception of type NSException
This is the code for homeVC.swift (most is just parse backend so ignore)