diff --git a/RealmJS.xcodeproj/project.pbxproj b/RealmJS.xcodeproj/project.pbxproj index ad2d3e96..efc286fa 100644 --- a/RealmJS.xcodeproj/project.pbxproj +++ b/RealmJS.xcodeproj/project.pbxproj @@ -845,6 +845,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; + VERSIONING_SYSTEM = ""; }; name = Debug; }; @@ -866,6 +867,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; + VERSIONING_SYSTEM = ""; }; name = Release; }; @@ -982,6 +984,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; + VERSIONING_SYSTEM = ""; }; name = GCov_Build; }; diff --git a/scripts/test.sh b/scripts/test.sh index fb76f24b..ef9d5636 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -99,9 +99,9 @@ case "$TARGET" in npm install open_chrome start_packager - popd - xcodebuild -scheme RealmReact -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test + pushd ios + xcodebuild -scheme ReactTestApp -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test ;; "react-example") pushd examples/ReactExample