Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行应用程序时出现此错误。请提供有关此错误的一些信息
dyld: Symbol not found: _OBJC_CLASS_$_UICollectionViewCell
问题可能在于 IPHONEOS_DEPLOYMENT_TARGET 使其正确
Target->BuildSettings->IPHONEOS_DEPLOYMENT_TARGET Target->Summary->iOS Application Target.
UICollectionView & UICollectionViewCell 适用于 iOS 6 及更高版本,因此可能将其设置为较低版本时会弹出错误