Embarrasing, but I know too little about Xcode to understand what you meant (I looked at the targets and they only seem to describe a normal build process, with no indication of wh…
Ah; sorry. You need to choose "Project -> Update All Targets", and then Get Info on the updated target (I'm guessing there's only one target in the project before the update), g…
Thanks so much for the help! It compiled now, and with warnings, as you said, but it worked!
And the application is snappy too, really nice and exactly what I wanted.
The only th…
What Ghoser said; those warnings could easily be gotten rid of in a few mintues.
The compiler doesn't really need to know whether those methods exist or not, though, since Obj-C m…
I admit I didn't read through all the warnings when I built it (since I didn't really care to use it), though the missing method declarations did strike me as a bit lazy.
...Altho…
When I was compiling this program, those errors were the result of including Foundation.h instead of Cocoa.h in the files. Switching the two let the program compile. Let me give th…
Weird, I replaced all references to Foundation.h with Cocoa.h as well, and it worked. I must Google as to why that is. I also added the [super dealloc] calls as suggested, and it c…
What happens when you clean the target before building again? I still get the errors if I change the Foundation import to a Cocoa import (not that that's the issue, anyway).
Addin…
Thanks for that final tip! The project now builds without errors, except for the two warnings on the pointer/integer (NULL anyway) arguments which in the comments are explained as …
Quote:
Originally Posted by eobet
Could anyone explain what happens in Obj-C if you put too many [super dealloc] calls in? Does it cause any problems? After I put them in and th…
Quote:
Originally Posted by eobet
The missing a "super dealloc" sounds like it leaks memory somewhere. I wonder if this will permantently affect OS X over time unless I reboot?
…
Quote:
Originally Posted by Angus_D
This question doesn't make any sense. You should only put [super dealloc] where it's required - i.e. at the end of every dealloc method. Putt…
I have finally got all the videos i want onto my ipod and now when i try to organize them it wont work. Im trying to get TV shows to show up under the "Tv Shows" section. The onl…
For some reason, powerbook will not charge my ipod while it is sleeping. Instead of leaving the computer on for hours, I decided to use the airport express as a charger for the ipo…
I don't think Apple intended you to use the base station to charge the iPod. In any case, it sounds like it's fooling the iPod into always being active, which can't be good for it …
I know you can use the Airport Express to charge an iPod Shuffle with no issues, in fact I am sure I read an Apple KB article about it. Not sure about other iPods though, they may…
Your PowerBook is not charging your iPod when it is asleep because, as per the definition of sleep, no power is being sent to the PowerBook's USB ports.
If you truly don't use you…
Quote:
Originally Posted by Parky
I know you can use the Airport Express to charge an iPod Shuffle with no issues, in fact I am sure I read an Apple KB article about it. Not su…
They want to force developers to give users a way to get to all application functions via a one-button mouse to make the UI simpler for new users, it's that simple.
Multi-button …