|  | @@ -13,7 +13,7 @@ function run() {
 | 
	
		
			
			| 13 | 13 |              -sdk iphonesimulator
 | 
	
		
			
			| 14 | 14 |              -configuration ${conf}
 | 
	
		
			
			| 15 | 15 |              -derivedDataPath ./DerivedData/playground
 | 
	
		
			
			| 16 |  | -            ONLY_ACTIVE_ARCH=YES && echo $?`);
 | 
	
		
			
			|  | 16 | +            ONLY_ACTIVE_ARCH=YES`);
 | 
	
		
			
			| 17 | 17 |    exec.execSync(`RCT_NO_LAUNCH_PACKAGER=true
 | 
	
		
			
			| 18 | 18 |            cd ./playground/ios && xcodebuild
 | 
	
		
			
			| 19 | 19 |              test-without-building
 | 
	
	
		
			
			|  | @@ -23,7 +23,7 @@ function run() {
 | 
	
		
			
			| 23 | 23 |              -configuration ${conf}
 | 
	
		
			
			| 24 | 24 |              -destination 'platform=iOS Simulator,name=iPhone 7'
 | 
	
		
			
			| 25 | 25 |              -derivedDataPath ./DerivedData/playground
 | 
	
		
			
			| 26 |  | -            ONLY_ACTIVE_ARCH=YES && echo $?`);
 | 
	
		
			
			|  | 26 | +            ONLY_ACTIVE_ARCH=YES`);
 | 
	
		
			
			| 27 | 27 |  }
 | 
	
		
			
			| 28 | 28 |  
 | 
	
		
			
			| 29 | 29 |  run();
 |