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