diff --git a/build/PackageDiffIgnore.xml b/build/PackageDiffIgnore.xml
index 35eb485655d7..b91607e5ff6a 100644
--- a/build/PackageDiffIgnore.xml
+++ b/build/PackageDiffIgnore.xml
@@ -552,6 +552,7 @@
+
diff --git a/src/Uno.UI/UI/Xaml/Controls/Button/BackButton.iOS.cs b/src/Uno.UI/UI/Xaml/Controls/Button/BackButton.iOS.cs
deleted file mode 100644
index 24ac55fa5446..000000000000
--- a/src/Uno.UI/UI/Xaml/Controls/Button/BackButton.iOS.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace Windows.UI.Xaml.Controls
-{
- public partial class BackButton : AppBarButton
- {
- public BackButton()
- {
- throw new NotImplementedException();
- }
- }
-}