gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

"Check Dependencies" warnings #175

Open ghulammustafa opened 11 years ago

ghulammustafa commented 11 years ago

warning: no rule to process file '$(PROJECT_DIR)/GMGridView.m' of type sourcecode.c.objc for architecture armv6 warning: no rule to process file '$(PROJECT_DIR)/GMGridViewCell.m' of type sourcecode.c.objc for architecture armv6 warning: no rule to process file '$(PROJECT_DIR)/GMGridViewLayoutStrategies.m' of type sourcecode.c.objc for architecture armv6 warning: no rule to process file '$(PROJECT_DIR)/UIGestureRecognizer+GMGridViewAdditions.m' of type sourcecode.c.objc for architecture armv6 warning: no rule to process file '$(PROJECT_DIR)/UIView+GMGridViewAdditions.m' of type sourcecode.c.objc for architecture armv6

Possible explanation: "Xcode 4.5 has dropped support for armv6 as the warning says. The setting is showing because you had it in a previous version of your project. Just change your setting to compile for armv7 and armv7s (iPhone5)."