thanks for the advice. its been 4 days already... should i wait a bit longer to try and turn it on? or should i wait a bit longer... if nothing works and i know its broken, should …
didn't work. i tryed it over and over again and it still didn't work. so i think im just going to send it in to apple and see what they can do when i pluged it in to the charger i…
I found a very nice image viewer, which unfortunately wasn't a universal binary. However, the source was availible as an xcode project, so I downloaded that.
Sadly, it doesn't bui…
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…