Errors keep coming after ejecting to build

Hi First of all ThankYOU for reading my issue.

I am trying to build via xcode for last 2 days now after ejecting i did the following steps.

1: pod install
2: archive from xcode and it gave me following error:
~/Desktop/okay2 ~/Desktop/okay2/ios
Skipped assets bundling because the ‘ios.publishManifestPath’ key is not specified in the app manifest.
Uncaught Error { [Error: EACCES: permission denied, open ‘/Users/jazzy/.expo/PATH’]
errno: -13,
code: ‘EACCES’,
syscall: ‘open’,
path: ‘/Users/jazzy/.expo/PATH’ }
Command PhaseScriptExecution failed with a nonzero exit code

3: Then i edited my app.json file and put the following two lines in ios [
“ios”: {
“publishBundlePath”: “ios/slickfit/Supporting/shell-app.bundle”,
“publishManifestPath”: “ios/slickfit/Supporting/shell-app-manifest.json”,
“bundleIdentifier”: “com.sonargroup.slickfit”,

4: then i ran exp publish and my shell bundle and shell.json is filled now with lines.
5: then i archived my project again from xocde and now it gives me this error.
~/Desktop/okay2 ~/Desktop/okay2/ios
Uncaught Error { [Error: EACCES: permission denied, open ‘/Users/jazzy/.expo/PATH’]
errno: -13,
code: ‘EACCES’,
syscall: ‘open’,
path: ‘/Users/jazzy/.expo/PATH’ }
Command PhaseScriptExecution failed with a nonzero exit code

Please tell me what i am doing wrong

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