Mel OBrien

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Warnings
How do I get back to the warnings screen you see when you are building the application? I run it in debug mode and the window disappears before I can read everything. -
Created Finding unrecognized selector calls
I just upgraded to the newest version of cocos2d now all over my code there are unrecognized selector calls. The only way I can seem to find them is by running the program and having it crash which... -
Created Autocomplete does not show the class I just added
I add a class to the project. Then I go to another class. I start to type in the name of the class I created, but it does not come up unless I add the import.What I would like to do is see that c... -
Created Do not want brackets when i create a new class
When i create a new class in the implementation .m file there are brackets right after the class name.Any idea on how to remove them? -
Created Debugging cocos2d 3rd party library
I am using cocos2d which is a 3rd party library to write a game. Sometimes I get an assertion error thrown from their framework.In Xcode is breaks on that assertion error in their source. In Appc... -
Created Shortcut key for refactor
AnsweredI don't like to take my hands off they keyboard.I am wondering is there a shortcut key to get to the refactor menu? Or at least an option for me to access that menu?I would like to do stuff like e... -
Created CCArray assigns instead of retains
I made an instance variable of type CCArray then had Appcode generate the property for me.It set the property to assign instead of retain like I would have expected. Is this due to a lack of under... -
Created Where is the debugger and play button
It disappeared and now I can't seem to get it back. Is there an option to restore it? -
Created Bad memory and zombies
I have a bad memory exception. In XCode I would have enabled some sort of zombies option... how do I do it in XCode? I think I am accessing something that was released. -
Created Back button in appcode
Is there a back button in appcode? This way if I click on a new file I can click back to get to the last file I was working on?