Ads

Wednesday, 22 March 2017

Issue: Missing file - Related to images in Xcode

Hi Guys,

Today I will be explaining about an issue that you get normally when you use xcode.

So here is the thing you might have seen this kind of error

So there are 2 ways we can resolve this issue.

Method 1

Checkin the code to Source Control



De-select the files with "!" in front of the file and tap on Commit

Then the issue is resolved.

Method 2:

Remove the Source Control Reference from the project




Step1 : Go to Xcode -> Preferences..
Step2 : Tap on Source Control and Un-Check the "Enable Source Control"

and your problem will be solved.

Note: Use Method2 when you create the project locally and don't have to save in any source control.


-------------------------------------------------------------------------------------------------------------------------
Thanks Guys, That's it for Today.............................

SOLID Principles

SOLID principles are the basic essential thing to know for every developer before he/she starts coding in any IDE. Here is the full form S ...