expo build:ios error: XDLError is not defined

Environment: mac book pro
Node: 8.0

Issue: After having gone through expo login when I do an expo build:ios I receive the following error:

XDLError is not defined
ReferenceError: XDLError is not defined
at IOSBuilder._callee2$ (/usr/local/lib/node_modules/expo-cli/build/commands/build/ios/IOSBuilder.js:215:17)
at tryCatch (/usr/local/lib/node_modules/expo-cli/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/usr/local/lib/node_modules/expo-cli/node_modules/regenerator-runtime/runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/expo-cli/node_modules/regenerator-runtime/runtime.js:114:21)
at step (/usr/local/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:35:14
at new Promise ()
at new F (/usr/local/lib/node_modules/expo-cli/node_modules/core-js/library/modules/_export.js:36:28)
at IOSBuilder. (/usr/local/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:14:12)
at IOSBuilder.validateProject (/usr/local/lib/node_modules/expo-cli/build/commands/build/ios/IOSBuilder.js:230:22)

and which expo-cli version do you have?

Hi

There is a bug there, cli should display this

Your project must have a bundleIdentifier set in app.json.
See https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#2-configure-appjson

expo-cli 2.11.1

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.