alongubkin / phonertc

WebRTC for Cordova apps - No longer active

Home Page:http://phonertc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes in release, but in debug mode

k1master opened this issue · comments

I'm using this plugin in my app, and it works fine in debugging mode. But when I compiled it to ipa file and installed it on my phone, app crashed. I have googled this situation, and tried changing optimization levels to None, but still the same.
Any ideas?

Can you provide the error message or any log?

I don't have error log, but when i run it in xcode, it works fine. but with ipa file, the app shows only splash screen and crashes.

This is from testfary.

Received memory warning.

...
CrashReporter Key: TODO
Hardware Model: iPhone7,2
Process: Tranzport [1639]
Path: /var/containers/Bundle/Application/206067E5-9532-4EBB-8A8C-20B0184EB467/Tranzport.app/Tranzport
Identifier: com.tranzport.tz
Version: 1.0.0 (1.1.3)
Code Type: ARM-64
Parent Process: ??? [1]

Date/Time: 2016-06-08 16:35:34 +0000
OS Version: iPhone OS 9.3.2 (13F69)
Report Version: 104

Exception Type: SIGSEGV
Exception Codes: SEGV_ACCERR at 0x12dd4058
Crashed Thread: 0

Thread 0 Crashed:
0 libobjc.A.dylib 0x1810d9b90 0x1810c0000 + 105360
1 UIKit 0x18715cc3c 0x186bac000 + 5966908
2 UIKit 0x18701ec3c 0x186bac000 + 4664380
3 UIKit 0x1874ef384 0x186bac000 + 9712516
4 UIKit 0x187151f30 0x186bac000 + 5922608
5 UIKit 0x186d66728 0x186bac000 + 1812264
6 UIKit 0x186bf37a0 0x186bac000 + 292768
7 UIKit 0x187153530 0x186bac000 + 5928240
8 UIKit 0x186bb24d8 0x186bac000 + 25816
9 UIKit 0x186baf254 0x186bac000 + 12884
10 UIKit 0x186bf1610 0x186bac000 + 284176
11 UIKit 0x186bf0c0c 0x186bac000 + 281612
12 UIKit 0x186bc104c 0x186bac000 + 86092
13 UIKit 0x186bbf628 0x186bac000 + 79400
14 CoreFoundation 0x181a1909c 0x181938000 + 921756
15 CoreFoundation 0x181a18b30 0x181938000 + 920368
16 CoreFoundation 0x181a16830 0x181938000 + 911408
17 CoreFoundation 0x181940c50 0x181938000 + 35920
18 GraphicsServices 0x183228088 0x18321c000 + 49288
19 UIKit 0x186c2a088 0x186bac000 + 516232
20 Tranzport 0x100035380 0x100030000 + 21376
21 libdyld.dylib 0x1814de8b8 0x1814dc000 + 10424
...