«Нет URL-адреса пакета» iOS сбой для режима выпуска только в React Native - PullRequest
0 голосов
/ 28 мая 2020

Скриншот Cra sh в Xcode

Make sure you're running a packager server or have included a .jsbundle file in your application bundle.
2020-05-28 13:42:57.094854+0530 abhigyan[70681:942437] 6.25.0 - [Firebase/Analytics][I-ACS031025] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
2020-05-28 13:42:57.138340+0530 abhigyan[70681:941868] *** Terminating app due to uncaught exception 'RCTFatalException: No bundle URL present.

Make sure you're running a packager server or have included a .jsbundle file in your application bundle.', reason: 'No bundle URL present.

Make sure you're running a packager server or have included a .jsbundle file in your application bundle.'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff23baa1ee __exceptionPreprocess + 350
    1   libobjc.A.dylib                     0x00007fff50864b20 objc_exception_throw + 48
    2   abhigyan                            0x000000010f37ffc7 RCTFormatError + 0
    3   abhigyan                            0x000000010f395608 __28-[RCTCxxBridge handleError:]_block_invoke + 685
    4   libdispatch.dylib                   0x000000011013fdf8 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                   0x0000000110140d6c _dispatch_client_callout + 8
    6   libdispatch.dylib                   0x000000011014ee24 _dispatch_main_queue_callback_4CF + 1500
    7   CoreFoundation                      0x00007fff23b0ce49 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    8   CoreFoundation                      0x00007fff23b07aa9 __CFRunLoopRun + 2329
    9   CoreFoundation                      0x00007fff23b06e66 CFRunLoopRunSpecific + 438
    10  GraphicsServices                    0x00007fff38346bb0 GSEventRunModal + 65
    11  UIKitCore                           0x00007fff47578dd0 UIApplicationMain + 1621
    12  abhigyan                            0x000000010f23d397 main + 80
    13  libdyld.dylib                       0x00007fff516ecd29 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 
...