Fix `runIOS` CFBundleIdentifier
Copying https://github.com/facebook/react-native/pull/18700
This commit is contained in:
parent
589eae1432
commit
ab5db0c81c
|
@ -24,7 +24,7 @@ const getBuildPath = function (configuration = 'Debug', appName, isDevice) {
|
|||
device = 'iphonesimulator';
|
||||
}
|
||||
|
||||
return `Build/Products/${configuration}-${device}/${appName}.app`;
|
||||
return `build/Build/Products/${configuration}-${device}/${appName}.app`;
|
||||
};
|
||||
const xcprettyAvailable = function() {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue