We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3d7b5 commit 7535178Copy full SHA for 7535178
iphone/iWebDriver.xcodeproj/project.pbxproj
@@ -768,8 +768,12 @@
768
"\"$(SRCROOT)/iphoneos.sdk/usr/local/lib\"",
769
"\"$(SRCROOT)/../CocoaHTTPServer/build/Debug\"",
770
);
771
- OTHER_LDFLAGS = "-ObjC";
+ OTHER_LDFLAGS = (
772
+ "-all_load",
773
+ "-ObjC",
774
+ );
775
PRODUCT_NAME = iWebDriver;
776
+ SDKROOT = iphonesimulator4.0;
777
SKIP_INSTALL = YES;
778
};
779
name = Debug;
@@ -788,8 +792,12 @@
788
792
789
793
790
794
791
795
796
797
798
799
800
801
802
803
name = Release;
0 commit comments