Xcode 4 simple Calculator
Uploader Comments (hampsters11)
All Comments (28)
-
Thank you SOOOOO much for this!! It really helped me out in class.
-
Other way to create a basic calculator - visit my channel
-
If this real programming on Mac, the world will never be same. Programming is an art which takes years to learn. NEWBIES BEWARE!!!
-
Nice videos i habe learn a lot, but please fix your microphone.
-
Speak more clearly it is so hard to understand you, also this does not seem to be Xcode 4!
-
@davidgtennis100 looks like our trying to make an iPhone app instead of an mac app
-
I downloaded you project and opened with Xcode 4. But when i try to Run it, it says :
can't exec '/Developer/Platforms/iPhoneSi
mulator.platform/Developer/usr /bin/llvm-gcc-4.2' (No such file or directory) It always says so when i try to save and run my project... :/
i had the same problem as you had. I tried downloading the file to see what i did wrong and it still didn't work. Why? Fix?
SwedishGuitarMan1 4 months ago
@SwedishGuitarMan1 which problem?
hampsters11 4 months ago
why u got more objects in the objects library then me?
Plasmatronic1903 10 months ago 2
@Plasmatronic1903 make sure your using the right frameworks
hampsters11 10 months ago
when you ctrl drag the simpleController to the numOne and numTwo, it wont highlight when i drag the little blue line to it and i cant connect the things
MegaVideoGamer98 10 months ago
@MegaVideoGamer98 in the simpleController.h make sure that it says
1. IBOutlet NSTextField *numOne; ---- and for numTwo;
2. make sure that in the simpleController.m file it says at the top #include “simpleController.h”
hampsters11 10 months ago