.h file not found

前端 未结 13 2283
清酒与你
清酒与你 2020-12-07 23:56

I\'m working on an app in xcode 4 and everything was going great, then something odd just started happening. Every time I make a new class (any type of class, ViewController

13条回答
  •  北海茫月
    2020-12-08 01:00

    When choosing the template for your new file, choose the Cocoa Touch Class, but not Object-C File, you will get both .m and .h files

提交回复
热议问题