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 25c14c1 commit 15d4c08Copy full SHA for 15d4c08
DemoApp/DemoApp.xcodeproj/project.pbxproj
@@ -316,7 +316,10 @@
316
"@executable_path/Frameworks",
317
);
318
MARKETING_VERSION = 1.0;
319
- OTHER_LDFLAGS = "";
+ OTHER_LDFLAGS = (
320
+ "-Xlinker",
321
+ "-interposable",
322
+ );
323
PRODUCT_BUNDLE_IDENTIFIER = us.eidinger.DemoApp;
324
PRODUCT_NAME = "$(TARGET_NAME)";
325
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -345,7 +348,10 @@
345
348
346
349
347
350
351
352
353
354
355
356
357
0 commit comments