Has anyone seen anything like this? They worked before and nothing crazy looks different in the diff.
1) Found because all images return null.
2) All images are BundleResource and that hasn't changed
3) Looking inside the bundle it doesn't look like the images are anywhere inside it.
4) I JUST found this bug, I'm hoping it's related: https://bugzilla.xamarin.com/show_bug.cgi?id=25569
besides namespaces and a handful of RectangleF->CGRect the only changes to my repo are below:
packages.config:
-<package id="Xamarin.Forms" version="1.3.1.6296" targetFramework="MonoTouch10" />
+<package id="Xamarin.Forms" version="1.3.1.6296" targetFramework="xamarinios10" />
Company.iOS.csproj:
-<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
+<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
-<Reference Include="monotouch" />
-<Reference Include="Xamarin.Forms.Platform.iOS.Classic"
-<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Platform.iOS.Classic.dll</HintPath>
-</Reference>
-<Reference Include="Xamarin.Forms.Core">
-<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Core.dll</HintPath>
-</Reference>
-<Reference Include="Xamarin.Forms.Xaml">
-<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Xaml.dll</HintPath>
-</Reference>
+<Reference Include="Xamarin.iOS" />
+<Reference Include="Xamarin.Forms.Platform.iOS">
+<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
+</Reference>
+<Reference Include="Xamarin.Forms.Core">
+<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
+</Reference>
+<Reference Include="Xamarin.Forms.Xaml">
+<HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
+</Reference>
-<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
+<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />