0

After update Xcode to 10 version and iOS 12 in device, i have a problem with ios app generate by Nativescript:

  • with the emulator, the app run correctly;
  • with the device, the build is ok, but the app crash without error when the app is opening at splash screen. The same if i use Xcode;
  • when i archive the app with Xcode, upload to TestFlight correctly.

The trid to change certificates, but I have the same problem. I use 4.2.3 version of Nativescript (i tried 5.0.0 -next-).

2 Answers2

1

If you use any NS plugin in your app,check its pods. If any pod is deprecated ; review changes on cocoapods pages of pods or git repo of plugin

DrAchernar
  • 151
  • 1
  • 8
0

You should use Nativescript Sidekick to build and run release app. Then in Xcode choose Generic Device > Analyze > Archive > Upload.

If the error still occurs, remove platforms ios, node_modules then rebuild app.

user3774600
  • 1,266
  • 2
  • 9
  • 4