Detached iOS app: loads manifest from exp...:// LAN Url instead of manifestUrl on Release
See original GitHub issueHey folks,
Trying to build a TestFlight build and every time I do (Using fastlane with configuration set to Release), the build keeps pointing to a LAN Url instead of using a local bundled JS or using manifestUrl from ExShell.
Environment
Target is a detached iOS app.
Expo CLI 2.6.0 environment info:
System:
OS: macOS High Sierra 10.13.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.12.0 - /usr/local/bin/node
Yarn: 1.10.1 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
IDEs:
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
expo: ^31.0.2 => 31.0.5
react: 16.5.0 => 16.5.0
react-native: https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz => 0.57.1
react-navigation: ^2.18.2 => 2.18.2```
### Steps to Reproduce
<!--
How would you describe your issue to someone who doesn’t know you or your project?
Try to write a sequence of steps that anybody can repeat to see the issue.
Be specific! If the bug cannot be reproduced, your issue may be closed.
-->
(Write your steps here:)
1. Build a release build from generated detached iOS xcodeworkplace
2. Load release build on device -> app attempts to load exp..://... JS bundle instead of local and/or from manifestUrl
### Expected Behavior
<!--
How did you expect your project to behave?
It’s fine if you’re not sure your understanding is correct.
Just write down what you thought would happen.
-->
Expect the JS to be automatically bundled OR loaded from published Expo manifestUrl.
### Actual Behavior
<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Describe this section in detail, and attach screenshots if possible.
Don't just say "it doesn't work"!
-->
App attempts to load JS bundle from LAN Url (exp...://....)
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
There was problem loading requested app.it looks like you ...
I am using PC, compile my project through expo and testing on Iphone. This worked for me. yarn ios. When i used yarn...
Read more >app.json / app.config.js - Expo Documentation
The URL that loads when a user launches the application (e.g., when added to home screen), typically the index. Note: This has to...
Read more >Mobile Device Management Protocol Reference
The Mobile Device Management (MDM) protocol provides a way for system administrators to send device management commands to managed iOS ...
Read more >How to distribute in-house apps via manifest URL? - Hexnode
Using Hexnode UEM, IT can distribute apps via manifest URL for iOS, macOS, tvOS, Android and Windows platforms.
Read more >Chromium Command Line Switches Cheat Sheet - Kapeli
Allows the browser to load extensions that lack a modern manifest when that would ... --apple. No description. --apps-gallery-download-url. The URL that the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yup ->
and after running -> 
@cruzach No, everything is fine now, Thanks.