Issue
I am working with a Xamarin
application where I have already built both IOS
and Android
applications. I am using Visual Studio 2019
for the development and use iPhoneSimulator
to test the application, after connecting to the mac device. Suddenly I am getting an error as preceding.
Error The file 'Resources/LaunchScreen.xib' conflicts with 'Resources/LaunchScreen.xib'.
Anyone ever faced this issue before, I am 100% sure that it is not related to any recent code changes, thus providing codes wouldn't help here.
Solution
As I was sure that the issue is not related to the recent code changes. I did the preceding things first.
- Clean the solution and rebuild
- Delete the bin and obj folder manually and then rebuild
But I was getting the error again, the only thing which worked for me is restarting the visual studio and open the project again. Hope it helps.
Answered By - Sibeesh Venu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.