question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building standalone iOS app

See original GitHub issue

Hi! I’m trying to build a standalone app, but having trouble with configure step of the process. Running:

gulp ios-shell-app --url MYURL --action configure --type archive --archivePath ../shellAppBase-archive/Exponent.xcarchive --sdkVersion 10.0.0

Getting the following error:

Modifying config files under /Users/andrey/hack/exapp/shellAppBase-archive/Exponent.xcarchive...
/Users/andrey/hack/exapp/shellAppBase-archive/Exponent.xcarchive/EXShell.plist: file does not exist or is not readable or is not a regular file (Error Domain=NSCocoaErrorDomain Code=260 "The file “EXShell.plist” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/andrey/hack/exapp/shellAppBase-archive/Exponent.xcarchive/EXShell.plist, NSUnderlyingError=0x7fdf57d00c70 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}})
[22:08:07] 'ios-shell-app' errored after 1.76 s
[22:08:07] Error: ENOENT: no such file or directory, open '/Users/andrey/hack/exapp/shellAppBase-archive/Exponent.xcarchive/EXShell.json'
    at Error (native)

Same command works when I run in on shellAppBase-builds/simulator/Release/Exponent.app, but how to make it work with archive I can submit to App Store?

Thank you!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
zeeshanjan82commented, Mar 1, 2019

I am also experiencing same issue as @lyahdav I have a detached Expo app and when I try changing the name of the app in app.json file and then publish I get this error. Is there any fix for this?

1reaction
brentvatnecommented, Oct 30, 2016

thanks for followup!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building Standalone Apps - Expo Documentation
Classic Build service allows you to create standalone binaries for the Expo app using the Expo CLI. You can use that binary to...
Read more >
Building and running an app | Apple Developer Documentation
Build, run, and debug your app​​ To build and run your code, choose Product > Run, or click the Run button in your...
Read more >
Build Standalone Expo .apk and .ipa with Turtle CLI
1. Turtle CLI · 2. Create a dummy application · 3. Publish Expo app on local server · 4. Create APK file —...
Read more >
How to Building Standalone Apps react native expo for real ...
Yes, the app can run on a ios device without a developer accounts. You will need a Mac with Xcode ...
Read more >
React Native Expo Tutorial | Make APK & AAB - YouTube
Building Standalone Apps : EAS Build or Expo Build ?? ... react native app project, react native android, react native ios, react native ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found