I am using NativeScript
6.0.2
, When I test app in simulator and real device its work fine. Then i archive project and uploaded ipa
for testFlight
successfully, But when i install app in device from testFlight
its crashed on splash screen.
tns info
✔ Getting NativeScript components versions information...
✔ Component nativescript has 6.0.2 version and is up to date.
✔ Component tns-core-modules has 6.0.3 version and is up to date.
✔ Component tns-android has 6.1.0-2019-07-23-185153-03 version and is up to date.
✔ Component tns-ios has 6.0.1 version and is up to date.
Please help to resolve this issue.
Here is the device log
I found some red path into Build Phases section(XCode), Is there any issues with them?
Here is the image of Build Phases
Finally, After some investigation, I tried to prepare app for Ios
using command tns prepare ios --release
and then upload archive from XCode. Its worked for me.