.h file not found

前端 未结 13 2309
清酒与你
清酒与你 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 00:44

    I have solved issue when discover that when i start type import "FileName" there is autocompletion for some header files, but not for all. I guess that file that are not able to fill with auto complete are broken somehow.

    Then i just delete them from XCode files tab and drag add again using "Add File" command.

提交回复
热议问题