From 9828a1d88fcc7e32d8e7dd6081c9e0c753132043 Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Fri, 9 Apr 2021 18:35:23 +0800 Subject: [PATCH] fix(build): update iOS compile can't find --- Editor/TapCommonIOSProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/TapCommonIOSProcessor.cs b/Editor/TapCommonIOSProcessor.cs index 3e68b37..257200a 100644 --- a/Editor/TapCommonIOSProcessor.cs +++ b/Editor/TapCommonIOSProcessor.cs @@ -50,7 +50,7 @@ namespace TapTap.Common.Editor if (TapCommonCompile.HandlerIOSSetting(path, Application.dataPath, "TapCommonResource", - "com.tapsdk.common", + "com.taptap.tds.common", "Common", new[] {"TapCommonResource.bundle"}, target, projPath, proj))