From ac7bcfbbf6f431da291e1b2ed22a53e95535aacc Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 22 Aug 2025 20:02:50 -0700 Subject: [PATCH] chore: cleanup log and xcconfig --- packages/core/inspector_modules.ts | 2 +- tools/assets/App_Resources/iOS/build.xcconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/inspector_modules.ts b/packages/core/inspector_modules.ts index 36462e227..af69d6f88 100644 --- a/packages/core/inspector_modules.ts +++ b/packages/core/inspector_modules.ts @@ -116,7 +116,7 @@ function remapStack(raw: string): string { * Allows the runtime to remap stack traces before displaying them in the in-flight error screens. */ (global as any).__ns_remapStack = (rawStack: string) => { - console.log('Remapping stack trace...'); + // console.log('Remapping stack trace...'); return remapStack(rawStack); }; /** diff --git a/tools/assets/App_Resources/iOS/build.xcconfig b/tools/assets/App_Resources/iOS/build.xcconfig index 27b488061..6735d049b 100644 --- a/tools/assets/App_Resources/iOS/build.xcconfig +++ b/tools/assets/App_Resources/iOS/build.xcconfig @@ -5,4 +5,3 @@ // DEVELOPMENT_TEAM = YOUR_TEAM_ID; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; IPHONEOS_DEPLOYMENT_TARGET = 17.0; -FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKDIR)/System/Library/SubFrameworks