Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Jack Campbell
Jack Campbell
1,822 Points

Semantic Issue?

I am trying to build my own game like flappy birds. I got an issue saying method definition for "trap" not found. Can someone please tell me how I can fix this because whenever I run it, it crashes.

Hey, i dont know but you can get an idea if you watch flappy bird tutorial on youtube. Type that and you will find it straight away. You may do it and then after watching it you can get an idea maybe , depends if you mean like just flappy birds .

1 Answer

Without any code samples all I can do is point you to Apple's documentation:

https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/DefiningClasses/DefiningClasses.html#//apple_ref/doc/uid/TP40011210-CH3-SW8

If you post some code samples where you are defining your method I might be able to help you identify syntax errors.