|  | @@ -133,13 +133,13 @@
 | 
	
		
			
			| 133 | 133 |        },
 | 
	
		
			
			| 134 | 134 |        "ios.sim.debug": {
 | 
	
		
			
			| 135 | 135 |          "binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
 | 
	
		
			
			| 136 |  | -        "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
 | 
	
		
			
			|  | 136 | +        "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
 | 
	
		
			
			| 137 | 137 |          "type": "ios.simulator",
 | 
	
		
			
			| 138 | 138 |          "name": "iPhone X"
 | 
	
		
			
			| 139 | 139 |        },
 | 
	
		
			
			| 140 | 140 |        "ios.sim.release": {
 | 
	
		
			
			| 141 | 141 |          "binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
 | 
	
		
			
			| 142 |  | -        "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
 | 
	
		
			
			|  | 142 | +        "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
 | 
	
		
			
			| 143 | 143 |          "type": "ios.simulator",
 | 
	
		
			
			| 144 | 144 |          "name": "iPhone X"
 | 
	
		
			
			| 145 | 145 |        },
 |