Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Warnings when compiling with Cocos2d #25

Closed
jonnyijapan opened this issue Mar 12, 2013 · 2 comments
Closed

Warnings when compiling with Cocos2d #25

jonnyijapan opened this issue Mar 12, 2013 · 2 comments

Comments

@jonnyijapan
Copy link

CCControlExtension/CCControl/CCControlPicker.m:667:60: 'labelWithString:dimensions:hAlignment:fontName:fontSize:' is deprecated
warning: no rule to process file '$(PROJECT_DIR)/CCControlExtension/CCControl/Shaders/CCControlSwitchMask.fsh' of type sourcecode.glsl for architecture armv7
warning: no rule to process file '$(PROJECT_DIR)/CCControlExtension/CCControl/Shaders/CCControlSwitchMask.fsh' of type sourcecode.glsl for architecture armv7s

@yannickl
Copy link
Owner

Hi,

The problem comes from Cocos2D 2.1 which is not in final version yet. The extension is not yet 100% compliant with this version. However I made 2-3 modification to remove these warnings.

Thank you

@oranwood
Copy link

oranwood commented Jun 6, 2013

This Warning is because That you add "CCControlSwitchMask.fsh" file to the Build Phases-->Compile Sources , but the compiler don't recognize it. just remove it form Compile Sources, It's work for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants