We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498b33f commit ac7bcfbCopy full SHA for ac7bcfb
packages/core/inspector_modules.ts
@@ -116,7 +116,7 @@ function remapStack(raw: string): string {
116
* Allows the runtime to remap stack traces before displaying them in the in-flight error screens.
117
*/
118
(global as any).__ns_remapStack = (rawStack: string) => {
119
- console.log('Remapping stack trace...');
+ // console.log('Remapping stack trace...');
120
return remapStack(rawStack);
121
};
122
/**
tools/assets/App_Resources/iOS/build.xcconfig
@@ -5,4 +5,3 @@
5
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
6
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
7
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
8
-FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKDIR)/System/Library/SubFrameworks
0 commit comments