Reputation: 7073
While downloaded some example project for images, my iOS project is not getting loaded and while reloading iOS project, I am getting below mentioned error in VS 2012.
The imported project "C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
Could anyone please help me out to resolve the error?
Thanks.
Upvotes: 3
Views: 1004
Reputation: 7073
This bug has been fixed, but you'll need to manually edit your .csproj files and change ...\Xamarin.iOS.CSharp.targets
to ...\Xamarin.MonoTouch.CSharp.targets
Upvotes: 1