Search code examples
androidioswindows-phone-8xamarin.formsmultiplatform

Xamarin Forms Ui project (Multiplatform)


I am making this UI for a multiplatform app using Xamarin on my Macbook. I have set FormsUI as startup project. Xamarin gives errors when i try to run the project on ios simulator.


/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets:

Error: Failed to load output manifest for ibtool: Unrecognized property list format. (XPlatformFormsUI.iOS)


/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets:

Error: Output manifest contents: (XPlatformFormsUI.iOS)


Solution

  • This particular error has been mentioned in the Xamarin Forms forum; basically, something in one of the iOS assets (e.g. a storyboard) is the cause. Unfortunately, you don't get much information regarding WHICH asset it was in the error. Try creating a brand new solution and gradually introduce your changes until you hit the error.