ios - Xcode删除了无用的控制器后出现了这个问题
PHPz
PHPz 2017-04-17 17:38:39
0
3
512

file:///Users/tudou/Desktop/lemonshuoProject/trunk/LemonShuo/classess/EditProfile/Question/Controller/LMSQuestionController.m: warning: Missing file: /Users/tudou/Desktop/lemonshuoProject/trunk/LemonShuo/classess/EditProfile/Question/Controller/LMSQuestionController.m is missing from working copy

PHPz
PHPz

学习是最好的投资!

reply all(3)
PHPzhong

Reason:

You deleted the class file in Finder. Xcode still holds a reference to the file, but the actual file no longer exists, so an error is reported

Solution:

Clear the file in the Xcode file reference list: Build Phases - Compile Sources, clear

伊谢尔伦

Go to the project's Build Phases - Compile Sources to see if these two files have not been cleared.

Ty80

svn del

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template