Recent content by ignaciocabero

  1. I

    Objective-C app programming problem

    Thanks for the help but nothing worked :(
  2. I

    Objective-C app programming problem

    So I'm currently developing a simple iOS Application, written in Objective-C, and I recently came across this problem. the first problem says "Expected identifier or '( '" The second problem says "Missing '@end'" even though '@end' is clearly there. Any help would be great.
  3. I

    C/C++ Programming Languages: C++, Objective C, Java & More

    ALWAYS LEARN PYTHON FIRST. I learned Python at age 11, and now I'm 14. Even I can say that it helps when learning more advanced languages, such as Objective-C(language for making iOS and Mac applications,)
  4. I

    Objective-C Help - Ignacio Cabero Can't Figure It Out

    Thanks, but when I put a '( ' like it tells me to, it doesn't work.
  5. I

    Objective-C Help - Ignacio Cabero Can't Figure It Out

    Welp, I actually fixed that problem by adding some brackets, but now this shows up.
  6. I

    Objective-C Help - Ignacio Cabero Can't Figure It Out

    Thanks so much, that helped for the hero addChild, but there is still the three other ones that I need help with (the ones under the hero addChild
  7. I

    Objective-C Help - Ignacio Cabero Can't Figure It Out

    I've tried to figure out the problem all night, but I can't figure it out. Sorry if it's hard to see. Thank you so much, Ignacio Cabero.
  8. I

    Why Does Use of Undeclared Identifier 'touchesBegan' Error Occur in Objective-C?

    Thank you guys so much. As a beginner developer, thank you so much
  9. I

    Why Does Use of Undeclared Identifier 'touchesBegan' Error Occur in Objective-C?

    Hello, I am making an iOS game, written in Objective-C, but I have recently encountered a problem. If you can help me, I would appreciate it a lot. If it's hard to read, it say -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {The problem says "Use of undeclared identifier...