mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup log and xcconfig
This commit is contained in:
@@ -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);
|
||||
};
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user