This is the module text:
2017-09-17 01:39:10.218262-0500 Metropolitan League 1.5.2[2274:615110] Unknown class _TtC25Metropolitan_League_1_5_111OpenMapView in Interface Builder file.
2017-09-17 01:39:10.256692-0500 Metropolitan League 1.5.2[2274:615110] Unknown class _TtC25Metropolitan_League_1_5_27mapView in Interface Builder file.
2017-09-17 01:39:10.290714-0500 Metropolitan League 1.5.2[2274:615110] libMobileGestalt MobileGestaltSupport.m:153: pid 2274 (Metropolitan League 1.5.2) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-09-17 01:39:10.290764-0500 Metropolitan League 1.5.2[2274:615110] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
2017-09-17 01:39:10.337915-0500 Metropolitan League 1.5.2[2274:615110] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x12bd12660> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mapView.'
*** First throw call stack:
(0x188026fe0 0x186a88538 0x188026ca8 0x188a3b64c 0x18e4bc2fc 0x18e6600d8 0x187f47fac 0x18e65eacc 0x18e4bf2d4 0x18e28946c 0x18e157b68 0x18e20fff0 0x18e20fec8 0x18e20f1f8 0x18e20ec2c 0x18e20e7e0 0x18e20e744 0x18e15507c 0x18b345274 0x18b339de8 0x18b339ca8 0x18b2b534c 0x18b2dc3ac 0x18b2dce78 0x187fd49a8 0x187fd2630 0x187f02dc4 0x18e1c2384 0x18e1bd058 0x1000f27a8 0x186f1159c)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
What all do I need to look for in the storyboard and swift files to fit this issue?
The class is correctly named and connected.