From 2498456bcce534507aee90cb79c0eecff93bb10d Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 4 Oct 2024 15:40:13 +0300 Subject: [PATCH] Fix release iOS builds --- iOS/GBHorizontalLayout.m | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/GBHorizontalLayout.m b/iOS/GBHorizontalLayout.m index 1cefcc7..e58a91b 100644 --- a/iOS/GBHorizontalLayout.m +++ b/iOS/GBHorizontalLayout.m @@ -112,6 +112,7 @@ - (instancetype)initWithTheme:(GBTheme *)theme { assert(false); + __builtin_unreachable(); } - (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation