From 76558d21fd3277f5f8d7c43c69d0b24f68ca4acd Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 7 Feb 2024 23:08:24 +0800 Subject: fix to build storeboard --- xmake/rules/xcode/storyboard/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/xcode/storyboard/xmake.lua b/xmake/rules/xcode/storyboard/xmake.lua index 129e130c2..f17552ab0 100644 --- a/xmake/rules/xcode/storyboard/xmake.lua +++ b/xmake/rules/xcode/storyboard/xmake.lua @@ -18,7 +18,6 @@ -- @file xmake.lua -- --- define rule rule("xcode.storyboard") -- support add_files("*.storyboard") @@ -56,6 +55,7 @@ rule("xcode.storyboard") -- clear Base.lproj first os.tryrm(base_lproj) + os.mkdir(base_lproj) -- do compile local target_minver = nil -- cgit v1.3.1