Open
Description
I've been trying to use the react-native-schemes-manager all
with my xcodeSchemes
set to
"xcodeSchemes": {
"Debug": [
"DebugStaging"
]
}
I'm running node 7.10.0
and using "react-native-schemes-manager": "^1.0.0-beta.8",
but keep getting the error
> react-native-schemes-manager all && (cd ios && pod install) && npm run check:node
Hiding schemes from node_modules xcode projects.
ios/live2leave.xcodeproj
- [fix-script]: ios/live2leave.xcodeproj skipped
✔ [fix-libraries]: Debug -> DebugStaging created in node_modules/react-native-branch/ios/RNBranch.xcodeproj
/Users/johngill/Workspace/live2leave-mobile/node_modules/react-native-schemes-manager/src/fix-libraries.js:33
for (const destinationBuildConfig of mappings[sourceBuildConfig]) {
^
TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
at updateProject (/Users/johngill/Workspace/live2leave-mobile/node_modules/react-native-schemes-manager/src/fix-libraries.js:33:48)
at utilities.updateProjectsMatchingGlob (/Users/johngill/Workspace/live2leave-mobile/node_modules/react-native-schemes-manager/src/fix-libraries.js:82:10)
at getFilesMatchingGlob (/Users/johngill/Workspace/live2leave-mobile/node_modules/react-native-schemes-manager/src/utilities.js:70:8)
at glob (/Users/johngill/Workspace/live2leave-mobile/node_modules/react-native-schemes-manager/src/utilities.js:45:5)
at f (/Users/johngill/Workspace/live2leave-mobile/node_modules/once/once.js:25:25)
at Glob.<anonymous> (/Users/johngill/Workspace/live2leave-mobile/node_modules/glob/glob.js:151:7)
at emitOne (events.js:96:13)
at Glob.emit (events.js:191:7)
at Glob._finish (/Users/johngill/Workspace/live2leave-mobile/node_modules/glob/glob.js:199:8)
at done (/Users/johngill/Workspace/live2leave-mobile/node_modules/glob/glob.js:184:14)
Any thoughts you have would be appreciated
Metadata
Metadata
Assignees
Labels
No labels