I am really loving your tutorials!!!!! They are such a huge help and starting point for me! This one is not working for me though. I keep getting alerts and I wrote exactly what you did... Help plz.
I'm not trying to be a dick, but you have to add a De s'er to your audio. When you say words with the letter s in them it almost sounds like a slight whistle.
To save anyone else typing in the implementation code, you can go to pastebin Kqi5p6zF. If you know pastebin, just add that to the URL after the trailing slash.
can you please make a tutorial for how to make a counter of Xcode 4.2. With counter I mean to count , press + sing and number increases by one and press - sign number increases by two. If you don't what to make a tutorial, can you please help me by sending me the info on how to do it to uber.strike.elpapi@hotmail.com THANK YOU
@rossreicks Same here. Using Xcode 4.2.1, so the compiler doesn't allow the release commands since I am using ARC, but I don't think that's the problem.
@mybringback I have a question. On the bringerViewController.m file, after putting in the @synthesize alertText; code, the code that says otherButtonTitles:nil;]; is keeping me from typing in a word in the alert box in the app. It keeps saying, "Thread 1: Stopped at breakpoint 1. And I swear I went over the entire code like 20 times and I couldn't find the problem. Can you please help me find a solution to this? Where did you copy that synthesize code from? I'd really appreciate an answer. Than
@TheMiTy The Dealloc is just the programs releasing mechanism. If you're on the Xcode 4.2 beta and you try to release, you'll notice first of all that the dealloc method isn't there and that you'll have an error when you try to release. This is because apple has "made the job of memory management up to the compiler". So all the releasing is done automatically. Making things way faster when writing code. So do not type in the last two releases on the method.
I am really loving your tutorials!!!!! They are such a huge help and starting point for me! This one is not working for me though. I keep getting alerts and I wrote exactly what you did... Help plz.
photothug123 1 week ago
I'm not trying to be a dick, but you have to add a De s'er to your audio. When you say words with the letter s in them it almost sounds like a slight whistle.
Sicklyill911 1 month ago
To save anyone else typing in the implementation code, you can go to pastebin Kqi5p6zF. If you know pastebin, just add that to the URL after the trailing slash.
randomber 1 month ago
Comment removed
randomber 1 month ago
This has been flagged as spam show
can you please make a tutorial for how to make a counter of Xcode 4.2. With counter I mean to count , press + sing and number increases by one and press - sign number increases by two. If you don't what to make a tutorial, can you please help me by sending me the info on how to do it to uber.strike.elpapi@hotmail.com THANK YOU
elpapi123ist 2 months ago
This has been flagged as spam show
@rossreicks hi still do not have the answer :(
gyulianto 2 months ago
hi, thank you for the very useful video, i am your subscriber.
btw,i got some issues:
i can not run the app, instead Thread 1: program received signal : SIGABRT
another message at below shows: This generally means that another instance of this process was already running or is hung in the debugger.(gdb)
there is none of error (red triangle sign) message showed up. it build ok. just did not launch the app.
please help, thank you
gyulianto 3 months ago
@gyulianto I am having the same issue. please help
rossreicks 2 months ago in playlist Learn Xcode 4 Tutorial iOS iPad iPhone
@rossreicks Same here. Using Xcode 4.2.1, so the compiler doesn't allow the release commands since I am using ARC, but I don't think that's the problem.
randomber 1 month ago
@gyulianto the same problem!!
aN2oF4De 1 month ago
@mybringback I have a question. On the bringerViewController.m file, after putting in the @synthesize alertText; code, the code that says otherButtonTitles:nil;]; is keeping me from typing in a word in the alert box in the app. It keeps saying, "Thread 1: Stopped at breakpoint 1. And I swear I went over the entire code like 20 times and I couldn't find the problem. Can you please help me find a solution to this? Where did you copy that synthesize code from? I'd really appreciate an answer. Than
bball98038 5 months ago
it won't let me up 1 to 5 up, thinks I am spamming, will return later!
bivvyfox 6 months ago
4.
[alert show]; -> is where the action takes place! this calls the alert routine.
5.
once this is done, we can then free the memory we created before using the release method
those from c will notice that calling functions is quite different, and in objective c they are called methods, not functions.
bivvyfox 6 months ago
I feel as though a lot was left out.. you copy and paste from where... when did you get the (void)dealloc ?
TheMiTy 6 months ago
@TheMiTy The Dealloc is just the programs releasing mechanism. If you're on the Xcode 4.2 beta and you try to release, you'll notice first of all that the dealloc method isn't there and that you'll have an error when you try to release. This is because apple has "made the job of memory management up to the compiler". So all the releasing is done automatically. Making things way faster when writing code. So do not type in the last two releases on the method.
Calebspen 6 months ago 2
@Calebspen thanks man that ended up fixing the problem
1ucky43 1 month ago
my head hurts :)
harryharryfreestyle 7 months ago
First
ZDevelopers 7 months ago