i m using xcode 4.2 and i cant find the run tab. and so i cant find the debug console. could anyone please help me with that? which xcode is used in these tutorials?
When I click run and then console, the window that pops up in empty, and on the bottom left it says 'Build Failed (1 error)' and on the bottom right it has an icon with a hammer, then it says 'Failed' then there's a stop sign with an exclamation mark, and then the number 1. Does that mean I typed something wrong? Because I checked it by comparing it to what you typed and I don't think I did.
Great Great video, i hope the rest of the series is as good! when u read a book it doesn't go step by step for absolute beginners and all of a sudden you find yourself totally lost!
In create new project , i don't get the System (where it says to select foundation) after hitting the application and selecting the Command Line Tool. What i'm missing. I have downloaded the XCode 4 after paying $4.99.
@gerwin136 Make sure when you create your program that you choose Foundation for the type. I have an annotation up, so make sure you have those turned on and re-watch the video.
Hey, you sound a lot younger than me but I just wanted to say that your lessons are great! I've learned a lot so far and really appreciate your patient and thorough step - by - step explanations. Thanks again. I want to make an ipad app so this is a great start i'm sure - Adrian
So if I understand this right, you can put a placehoder inside the displayed data. That would be the %i which is the placeholder for e.g. "a" which is perviously definded as "1" and previous to that definded as an integer and declared to reserve memory.
Ok good video only one problem. When you tell someone to open up xcode.
Make sure you have them select foundation.
You tell people to open up Command Line under Mac Application
But make sure the Foundation is selected as well other wise you are opening up your project in C or C++ and I found I had issues with the examples running when I did this.
How do you select foundation? I have problems running the examples - an error on every line and also the interface of my xcode is a little different then the one one the video
Wow!!! this is really helpful. I tried reading a book on this but its wayyyyyy too dull and hard to follow. These vids really help you get a feel for the language! Thanks for the videos man, theyre great!
So I'm gussing NSLog is the equivalent of actionscripts trace function?
The bit that confused me is that in flash its trace("hello "+a) which would give hello 1 based on your video.... but in Obj-C The NSLog() bit makes sense but I don't get what the other parts inside are there for.
I've ordered some book though and I'll keep workingthrough your vids, cheers man :)
@jjohnston2 Well some other people have said that there are Objective-C compilers for PC's, but Apple's Xcode and development tools are only available for Macs.
Wow bro! These tutorials are awesome!!! Your videos have helped me so much in understanding the basics of Obj - c. Most tutorials on the web left me scratching my head, but your instruction have really hit the nail on the head for me! A++, keep'em coming, these videos are great.
AMAZING VIDEOS!!! Please don't quit, this is really helpful for anyone that wants to learn programing. I've been searching for a good video and this is it THE BEST CHANNEL TO LEAR OBJECTIVE C and more! Thank you so much!
You have a lot of patience and that helps a lot to understand the lessons.
Just finished this video and have to say you are doing a sound job. Just want to make sure I understand: in the String the @"Insert text" is not executing anything right? All the string does is display what you type? What about multiple %i? Example (@" a + b = %i or b + a = %i", c, d); would that be correct? (Assuming we declared d)
@JustinMPerea After you press "Create a new Xcode project" and "Command Line Tool", click the Type bar and make it "Foundation". I had this problem, too.
Keep up the good work, man. This is the first quality Obj-C tutorial I've seen that gently but effectively introduces not only Obj-C, but general programming fundamentals.
I don't see the run button at the top of my xcode???? Please help.
Cablelaxer15 3 weeks ago
@Cablelaxer15 it should be on the top left
SuperExgen 2 weeks ago
hey ur tutorials are good.i am new to programming .i dont have mac .which software can i use for xp
awesomevishy 1 month ago
@awesomevishy virtualbox
SuperExgen 2 weeks ago
Comment removed
awesomevishy 1 month ago
Massive issues, please update this video. It is useless to everyone as of Xcode 4.
Thanks.
Stormrage32 1 month ago in playlist Objective-C Tutorials
I have XCode 4 on OS X Lion, but there is no Source folder under First_program! I can't move on to next Step!!!! Help!
iAmSukiBum2 1 month ago in playlist More videos from macandcomputerhelp
the program did nothing.. I have a pc how many complications will i be facing?? (M15x 3.1 quad core i7 ATI radeon 5850HDddr5, 6 ddr3 ram)
j0p0awesome 1 month ago
To run the program you can also do command+R.
Freeze00201 2 months ago
nice.but i need to learn objective c from c and found these tutorials.
Appdeveloper08 user has some good tut,
it helped me lot to get started.
rocky42363 2 months ago
@iH4ckuriDevice choose foundation... he said it in the first ep.
thealex23ro 3 months ago
i m using xcode 4.2 and i cant find the run tab. and so i cant find the debug console. could anyone please help me with that? which xcode is used in these tutorials?
swapnilnarlawar88 3 months ago in playlist objectiv c tutorials
3:54 YOU FARTED xdd
IanGracia 3 months ago in playlist Objective-C Tutorials
When making a new project in Xcode v4.2 (Mac OS X Lion) what should I choose as its type,
1. C
2. C++
3. Core Data
4. Core Foundation
5. Core Services
6. Foundation
please reply,
-iH4ckuriDevice
iH4ckuriDevice 3 months ago
@iH4ckuriDevice Foundation is Objective C so for this tutorial use FOUNDATION. :)
Freeze00201 2 months ago
When I click run and then console, the window that pops up in empty, and on the bottom left it says 'Build Failed (1 error)' and on the bottom right it has an icon with a hammer, then it says 'Failed' then there's a stop sign with an exclamation mark, and then the number 1. Does that mean I typed something wrong? Because I checked it by comparing it to what you typed and I don't think I did.
superelephant360 6 months ago
HELLO WORLD
ilovetodraw555 7 months ago
when i click build and run i get some errors:
expected expression before '@' token
character constant too long for its type
format not a string literal and no format arguments
forumpaul 7 months ago in playlist Objective-C Tutorials
HOMEWORK!!!!!!!!
chrislane535 7 months ago
Great Great video, i hope the rest of the series is as good! when u read a book it doesn't go step by step for absolute beginners and all of a sudden you find yourself totally lost!
flouki1 8 months ago
How do you format the string if the output will be a negative integer?
nickandstu1 8 months ago
Quick question, when you save the program, do you tick or untick the 'git' option? thanks
TheAviatorMan 8 months ago
audio is too low
gagginaspinnata 8 months ago
xcode only works on mac computers.... like so everyone sees
GraphicalMadnessGFX 8 months ago
In create new project , i don't get the System (where it says to select foundation) after hitting the application and selecting the Command Line Tool. What i'm missing. I have downloaded the XCode 4 after paying $4.99.
ronniexyz 9 months ago
nice tutorial
vasu2021 9 months ago
Really excellent tutorial!
rockandrolljackable 9 months ago
must you use nslog? like for java you just put System.out.println("blah blah blah");
mortl8324 10 months ago
Right once you said, "If this is truly going to be your first program, we gotta add something" I could tell hello world was coming. Hahaha
asphyxiateDrake00 11 months ago
Thanks....... in Spanish Please...... :-)
zamoray123 11 months ago
With NSLog whats the @ for?
TheChrisR12 11 months ago
Dude you're awesome peace
Zombiebrainstew 11 months ago
i typed it exactly like you, but i get an error at every NSLog line... please help
gerwin136 1 year ago
@gerwin136 Make sure when you create your program that you choose Foundation for the type. I have an annotation up, so make sure you have those turned on and re-watch the video.
macandcomputerhelp 11 months ago
@macandcomputerhelp ah thx it helped :P
gerwin136 10 months ago
@macandcomputerhelp what is the @ in front of the string is for
kong023 5 months ago
@gerwin136 SAME HERE
ilovetodraw555 7 months ago
hello, can i know what are the areas of application of objective-c?
hellicare08 1 year ago
Hey, you sound a lot younger than me but I just wanted to say that your lessons are great! I've learned a lot so far and really appreciate your patient and thorough step - by - step explanations. Thanks again. I want to make an ipad app so this is a great start i'm sure - Adrian
djfong 1 year ago
So if I understand this right, you can put a placehoder inside the displayed data. That would be the %i which is the placeholder for e.g. "a" which is perviously definded as "1" and previous to that definded as an integer and declared to reserve memory.
greedygoohgle 1 year ago
i downloaded X-code and its got a lot more items on the list than yours it doesent let me select foundation theres allot of cocoa and C++ stuff help?
youngestpilotinGa 1 year ago
lol! i remember doing my first c++ hello world xD!!!
marsunderscorefenix 1 year ago
Ok good video only one problem. When you tell someone to open up xcode.
Make sure you have them select foundation.
You tell people to open up Command Line under Mac Application
But make sure the Foundation is selected as well other wise you are opening up your project in C or C++ and I found I had issues with the examples running when I did this.
sobeservices2UK 1 year ago 3
@sobeservices2UK Um, I have an annotation that tells you that.
macandcomputerhelp 1 year ago 6
@sobeservices2UK - Same problem with other tutorials too... Seems to be a common step that people leave out. Drives newbees nuts.. Got me. :-)
webzcom 1 year ago
@sobeservices2UK
How do you select foundation? I have problems running the examples - an error on every line and also the interface of my xcode is a little different then the one one the video
marinamarinova123 1 year ago
Wow!!! this is really helpful. I tried reading a book on this but its wayyyyyy too dull and hard to follow. These vids really help you get a feel for the language! Thanks for the videos man, theyre great!
99tpen 1 year ago
This pretty much helped me better than the 6+ hours of iTunes videos I watched from the Developers.... thank you
gblax123 1 year ago
So I'm gussing NSLog is the equivalent of actionscripts trace function?
The bit that confused me is that in flash its trace("hello "+a) which would give hello 1 based on your video.... but in Obj-C The NSLog() bit makes sense but I don't get what the other parts inside are there for.
I've ordered some book though and I'll keep workingthrough your vids, cheers man :)
Midgar777 1 year ago
what if i have a pc.........?
jjohnston2 1 year ago
@jjohnston2 Well some other people have said that there are Objective-C compilers for PC's, but Apple's Xcode and development tools are only available for Macs.
macandcomputerhelp 1 year ago
@jjohnston2
if you have a pc, then you buy a mac and start your real life ;)
izne 1 year ago
I copied exactly what is written in your video and it did not work. It says expected expression before '@' token. What does this mean?
hamadminmgr 1 year ago
@hamadminmgr Make sure the type when you create the project is Foundation.
macandcomputerhelp 1 year ago
Great tutorials, this has helped me so much. I have been looking for a video like this
happyspazzy 1 year ago
Wow bro! These tutorials are awesome!!! Your videos have helped me so much in understanding the basics of Obj - c. Most tutorials on the web left me scratching my head, but your instruction have really hit the nail on the head for me! A++, keep'em coming, these videos are great.
darkmochaz 1 year ago
Thankyou,, giving such a nice tutorial..
MRRSENA 1 year ago
What is nslog? I keep getting errors, "syntax error before @ token"
tallswede68 1 year ago
@tallswede68 same problem .. any clue ?
ashnabwa7d 1 year ago
@ashnabwa7d Make sure the type when you create the project is Foundation.
macandcomputerhelp 1 year ago
@tallswede68 Make sure the type when you create the project is Foundation.
macandcomputerhelp 1 year ago
@tallswede68 Make sure when you create the program that the type is Foundation
macandcomputerhelp 1 year ago
AMAZING VIDEOS!!! Please don't quit, this is really helpful for anyone that wants to learn programing. I've been searching for a good video and this is it THE BEST CHANNEL TO LEAR OBJECTIVE C and more! Thank you so much!
You have a lot of patience and that helps a lot to understand the lessons.
THANK YOU!
4gamerslikeu 1 year ago
Just finished this video and have to say you are doing a sound job. Just want to make sure I understand: in the String the @"Insert text" is not executing anything right? All the string does is display what you type? What about multiple %i? Example (@" a + b = %i or b + a = %i", c, d); would that be correct? (Assuming we declared d)
synergy989 1 year ago
@synergy989 Yes, that would be correct.
macandcomputerhelp 1 year ago
very nice !!
Mr100jko 1 year ago
Comment removed
Jonathanstrawberry20 1 year ago
Outstaining
abufaisalplus 2 years ago 13
@abufaisalplus Oh yes, outstaining!
Plan3SkIPP3R 4 months ago
I don't have the snow leopard, and I am using the XCode for leopard, I can't find the command line tool, which would you suggest?
cmhaggerty77 2 years ago
I was going this and it didnt look at the same
i ddint have .m
JustinMPerea 2 years ago
@JustinMPerea After you press "Create a new Xcode project" and "Command Line Tool", click the Type bar and make it "Foundation". I had this problem, too.
MadeOnAMac365 2 years ago
@MadeOnAMac365 oh cool thank you
JustinMPerea 2 years ago
Keep up the good work, man. This is the first quality Obj-C tutorial I've seen that gently but effectively introduces not only Obj-C, but general programming fundamentals.
monalichi 2 years ago 17
Jup, it's really great !!
way better than iTunes U :P
I've never programmed before, and I understand all of this now!
tbvdb 2 years ago