Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

OriginalJef

macrumors newbie
Original poster
Mar 1, 2013
3
0
Hye,

I'm learning to program iOS applications and try to make a calculator but when I add a class "CalculatorBrain" he only makes "CalculatorBrain.m" and not "CaluclatorBrain.h".
I'm learning Objective C with Stanford University movies and reviewed that specific part a million times and still can't find the problem
How can I solve this???
 

Duncan C

macrumors 6502a
Jan 21, 2008
853
0
Northern Virginia
Hye,

I'm learning to program iOS applications and try to make a calculator but when I add a class "CalculatorBrain" he only makes "CalculatorBrain.m" and not "CaluclatorBrain.h".
I'm learning Objective C with Stanford University movies and reviewed that specific part a million times and still can't find the problem
How can I solve this???

What version of Xcode are you using? And can you explain the exact steps you go through? I just tried it as a test, and it does exactly what I would expect, creating a .m and a .h file:

file menu>new>file

Pick Objective C, Cocoa touch, Objective C class. Click next. Enter a class name and pick a parent class (NSObject, or whatever is appropriate.) I used NSObject, so the "Targeted for iPad" and "With XIB for interface" checkboxes were dimmed. I then clicked next again and got a file save dialog. After pressing return to save my files in the project directory, I had 2 new files in my project.
 

OriginalJef

macrumors newbie
Original poster
Mar 1, 2013
3
0
Probs

I use Xcode 4.6
U can see the problem in the screenshots
 

Attachments

  • Schermafbeelding 2013-03-01 om 09.58.45.png
    Schermafbeelding 2013-03-01 om 09.58.45.png
    28.8 KB · Views: 152
  • Schermafbeelding 2013-03-01 om 09.59.01.png
    Schermafbeelding 2013-03-01 om 09.59.01.png
    226.6 KB · Views: 101
  • Schermafbeelding 2013-03-01 om 09.59.16.png
    Schermafbeelding 2013-03-01 om 09.59.16.png
    237 KB · Views: 92
  • Schermafbeelding 2013-03-01 om 09.59.29.png
    Schermafbeelding 2013-03-01 om 09.59.29.png
    162.5 KB · Views: 97
  • Schermafbeelding 2013-03-01 om 09.59.47.png
    Schermafbeelding 2013-03-01 om 09.59.47.png
    28.9 KB · Views: 160
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.