Upon IOS Debug Build I get a Build Error:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error MSB6006: "plutil" exited with code 1. (MSB6006)
The Error Directs me to this Line:
<OptimizePropertyList
SessionId="$(BuildSessionId)"
Condition="'$(IsMacEnabled)' == 'true'"
ToolExe="$(PlUtilExe)"
ToolPath="$(PlUtilPath)"
Input="%(_PropertyList.Identity)"
Output="$(DeviceSpecificIntermediateOutputPath)optimized\%(_PropertyList.LogicalName)">
</OptimizePropertyList>
I have come Across and tried the solutions from the following question: Xamarin.ios Error MSB6006: "codesign" exited with code 1
I have Tried:
- Renewing Certificate
- Cleaning Solution
- Bundeling my Info.plist as BundleResource
- Setting my Link Behaviour
Notes:
- I have no Localisation File
- My Info.plist does not have the same options as mentioned in above qeustion please see below screenshot.
- My XCode is Running And Succeeds on the blank application
- I am using a Emulated Device
I have scoured Google for different apporaches to resolving the issue but most seem related to localisation strings, Which I do not have in my Solution.
Assistance would be appreciated.