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 5006620 commit e85bdbaCopy full SHA for e85bdba
Tesseract OCR iOS.xcodeproj/project.pbxproj
@@ -666,6 +666,11 @@
666
);
667
MACH_O_TYPE = staticlib;
668
MTL_ENABLE_DEBUG_INFO = YES;
669
+ OTHER_LDFLAGS = (
670
+ "-ObjC",
671
+ "-lstdc++",
672
+ "-all_load",
673
+ );
674
PRODUCT_NAME = "$(TARGET_NAME)";
675
SKIP_INSTALL = YES;
676
TARGETED_DEVICE_FAMILY = "1,2";
@@ -707,6 +712,11 @@
707
712
708
713
709
714
MTL_ENABLE_DEBUG_INFO = NO;
715
716
717
718
719
710
720
711
721
722
0 commit comments