Error statement does not start after a few days

I will try to explain the problem as clearly as possible, here are the steps:

  • I will compile the application on the device (width of the attached file on the disk - Options 2)
  • The application starts and runs
  • After a few days, when I click on the application icon, it opens the “powered by response-native” screen, then it breaks
  • I had the same problem on multiple devices, and several times

I am sure that this is not a JS mistake, since nothing changes between the day of his work and the day when he doesn’t

here the application is registered when the application starts:

$ cat crachReport|grep MyApp

Aug 29 14:26:47 Abels-iPhone amfid[1524] <Notice>: /private/var/containers/Bundle/Application/BDC567B0-B341-4B9A-8329-90B5CEC26440/MyApp.app/MyApp not valid: 0xe8008015: A valid provisioning profile for this executable was not found.
Aug 29 14:26:47 Abels-iPhone SpringBoard(BaseBoard)[1682] <Error>: Unable to get pid for 'UIKitApplication:org.reactjs.native.example.MyApp[0x9347]': No such process (err 3)
Aug 29 14:26:47 Abels-iPhone SpringBoard(FrontBoard)[1682] <Error>: Bootstrapping failed for <FBApplicationProcess: 0x1705f9500; org.reactjs.native.example.MyApp; pid: -1>
Aug 29 14:26:47 Abels-iPhone sharingd[62] <Notice>: SystemUI unknown identifier: 'org.reactjs.native.example.MyApp'

The error unfound provisionning profiledoes not appear in the logs when the application is running, so I think it can happen here.

However, I'm not sure, since I'm new to ios developpement,

Thanks in advance

+4
1

.

7 , .

+2

Source: https://habr.com/ru/post/1652857/


All Articles