views:

21

answers:

1

Hey,

im compiling my app , which is working great and i wanted to ask you 2 questions 1. im getting about 14 warnings like that

no '-addCategory' method found

which i know how to solve but even after i cleaned everything added the function to the header file and compile again it's still there i cant get rid of it. 2. im pretty new in coding and the code is not GREAT but it's ok how do i know apple will accept it ?

thank you very much !!

A: 

Declare that method in .h file
Implement that method in .m [implementor of .h] file .with the same signature.
Clean in once.
And try.. It should work..!

org.life.java
yeah i tried this but it is still there
Orki
http://www.iphonedevsdk.com/forum/objective-c-python-ruby-development/13584-warning-method-definition-not-found.html
org.life.java