By Daniel Hargreaves on Thursday, 19 November 2020
Posted in Native Mobile App
Likes 0
Views 654
Votes 0
Trying to run a manual build from the current download (Version 3.2, I believe) and I receive an error.

Command sudo expo build:ios


ENOENT: no such file or directory, open '/Users/xxx/dev/esm/google-services.json'
Error: ENOENT: no such file or directory, open '/Users/xxx/dev/esm/google-services.json'


It then quietly exits without completing a build.
Hello Daniel,

You will need to create a FCM account and download the google-services.json file. You can follow the guide at https://stackideas.com/docs/esnative/administrators/android/create-google-fcm to generate the google-services.json file

Once created, download the file and store it under /Users/xxx/dev/esm/
·
Thursday, 19 November 2020 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
That was the issue and allowed for the app to be compiled. Thank You!
·
Saturday, 21 November 2020 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Daniel, glad that your issue is resolved now.
·
Saturday, 21 November 2020 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post