1
votes

Can anyone tell me what this error is :

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: System.IO.FileNotFoundException: /Users/simonlam/Desktop/Pro/iOS/obj/iPhone/Debug/build-iphone5.4-9.3/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib does not exist File name:

In my solution, I can see my LaunchScreen.storyboard file but how come it said File not found.

1

1 Answers

2
votes

Basically renaming a viewcontroller caused me this problem,

Cleaning in Xamarin project was not enough. I had to delete obj and bin folders

I had to remove manually because clean command does not remove every temp file that was generated

Obj bin