最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Expo prebuild ios production build, unable to find or attach bundle - Stack Overflow

programmeradmin3浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

There'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!

发布评论

评论列表(0)

  1. 暂无评论