From 6a9f971b2d5cb01c7958f11f5125085b4a83d463 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Fri, 9 Jun 2017 13:03:00 -0500 Subject: [PATCH] [test][introspection] Enable MtouchNoSymbolStrip for device builds in order to avoid linking symbols meeded by test Rolf Kvinge [8:59 AM] @dalexsoto the fix is to not strip the executable please PR that (it should probably go into master as well). This probably started happening when Jeff implemented support for stripping debug builds (previously the setting was ignored) --- tests/introspection/iOS/introspection-ios.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/introspection/iOS/introspection-ios.csproj b/tests/introspection/iOS/introspection-ios.csproj index 4f2c3006d828..0a653686fe49 100644 --- a/tests/introspection/iOS/introspection-ios.csproj +++ b/tests/introspection/iOS/introspection-ios.csproj @@ -52,6 +52,7 @@ None ARMv7, ARM64 + true True @@ -66,6 +67,7 @@ None ARMv7 + true True @@ -80,6 +82,7 @@ None ARM64 + true none @@ -93,6 +96,7 @@ None ARMv7, ARM64 MONOTOUCH;$(DefineConstants) + true none @@ -106,6 +110,7 @@ None ARMv7 MONOTOUCH;$(DefineConstants) + true none @@ -119,6 +124,7 @@ None ARM64 MONOTOUCH;$(DefineConstants) + true none