Skip to content

Commit 96b5f2f

Browse files
committed
remove obsolete linker flags when moving to dynamic framework
1 parent d06d590 commit 96b5f2f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

sample-app/EzioMobileSampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -808,11 +808,7 @@
808808
"$(inherited)",
809809
"@executable_path/Frameworks",
810810
);
811-
OTHER_LDFLAGS = (
812-
"-ObjC",
813-
"-lc++",
814-
"-all_load",
815-
);
811+
OTHER_LDFLAGS = "-lc++";
816812
PRODUCT_BUNDLE_IDENTIFIER = com.gemalto.EzioMobileSampleApp;
817813
PRODUCT_NAME = "$(TARGET_NAME)";
818814
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -837,11 +833,7 @@
837833
"$(inherited)",
838834
"@executable_path/Frameworks",
839835
);
840-
OTHER_LDFLAGS = (
841-
"-ObjC",
842-
"-lc++",
843-
"-all_load",
844-
);
836+
OTHER_LDFLAGS = "-lc++";
845837
PRODUCT_BUNDLE_IDENTIFIER = com.gemalto.EzioMobileSampleApp;
846838
PRODUCT_NAME = "$(TARGET_NAME)";
847839
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)