Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resolving Expo Error: [Error] XDLError: ValidationError: "devClient" is not allowed

Getting this when trying to load the iOS simulator from expo.

Error: [Error] XDLError: ValidationError: "devClient" is not allowed

like image 422
superdave Avatar asked Dec 07 '22 09:12

superdave


1 Answers

Delete the .expo directory and re-run expo start to resolve this.

like image 100
superdave Avatar answered Dec 28 '22 06:12

superdave