Neal
Neal

Reputation: 9629

Build fails VS 2019 - Could not find part of the path .nib

I can build the solution fine in macOS but in VS 2019 (latest) but cannot build the same solution in VS 2019. Latest stables installed, latest versions of VS 2019 and VS for Mac. I keep getting the error below.

Severity Code Description Project File Line Suppression State Error CS1566 Error reading resource '__monotouch_content_Bugreport.storyboardc_fFeedbackNavController.nib' -- 'Could not find a part of the path 'D:\Dev\ncsoftware\NCSoftware.iOS\obj\Debug\ibtool-link\Bugreport.storyboardc\FeedbackNavController.nib'.' NCSoftware.iOS D:\Dev\ncsoftware\NCSoftware.iOS\CSC 1 Active

Upvotes: 0

Views: 288

Answers (1)

Neal
Neal

Reputation: 9629

This was an issue with the last several versions of Visual Studio 2019 and has been broken for about two months. This has been solved with today's update to 16.7.6.

Upvotes: 1

Related Questions