admin管理员组文章数量:1389955
I am trying to build a production build of a expo ios application.
I have successfully build and compiled and installed the application in my device using npx expo prebuild --platform ios
, but I am getting the following error in the ios device:
No script URL provided, Make sure the package manager is running or you have embedded a js bundle in your application bundle
unsaintizedScriptURLString = (null)
How can I solve this?
I did npx expo export -p ios
, but there is no *.bundle
file in the dist
directory.
I do not want use eas. Any suggestions?
I am trying to build a production build of a expo ios application.
I have successfully build and compiled and installed the application in my device using npx expo prebuild --platform ios
, but I am getting the following error in the ios device:
No script URL provided, Make sure the package manager is running or you have embedded a js bundle in your application bundle
unsaintizedScriptURLString = (null)
How can I solve this?
I did npx expo export -p ios
, but there is no *.bundle
file in the dist
directory.
I do not want use eas. Any suggestions?
Share Improve this question edited Mar 15 at 13:59 Saumitra asked Mar 15 at 13:28 SaumitraSaumitra 11 silver badge2 bronze badges1 Answer
Reset to default 0There's an issue with building locally with expo.
I used npx expo prebuild
to generate the ios folder and then followed the instructions here:
https://reactnative.dev/docs/publishing-to-app-store
This work well!
本文标签: Expo prebuild ios production buildunable to find or attach bundleStack Overflow
版权声明:本文标题:Expo prebuild ios production build, unable to find or attach bundle - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744613289a2615785.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论