I am getting this error while running the application.Kindly provide some information on this error
dyld: Symbol not found: _OBJC_CLASS_$_UICollectionViewCell
I am getting this error while running the application.Kindly provide some information on this error
dyld: Symbol not found: _OBJC_CLASS_$_UICollectionViewCell
The problem may be with the IPHONEOS_DEPLOYMENT_TARGET make it proper in
Target->BuildSettings->IPHONEOS_DEPLOYMENT_TARGET
Target->Summary->iOS Application Target.
UICollectionView & UICollectionViewCell is for iOS 6 and later and hence it may be set to lower version the error pops up