Potatso icon indicating copy to clipboard operation
Potatso copied to clipboard

真机调试闪退

Open gamergamer8888 opened this issue 6 years ago • 6 comments

免费账号,改了 bundle identifier,team, build setting里面,删除了code sign entitlement 能编译通过,但是闪退,这个怎么办?

gamergamer8888 avatar Sep 01 '18 01:09 gamergamer8888

ok,请把闪退的具体输出copy一下

ghost avatar Sep 09 '18 13:09 ghost

Your development team, "xxx", does not support the Network Extensions capability.

请问必须要付费账号么?

gamergamer8888 avatar Sep 09 '18 14:09 gamergamer8888

是的

ghost avatar Sep 09 '18 14:09 ghost

@aishuidedabai 请教一下 我加了ssr的混淆/协议参数那些 无法使用怎么办?可以留一个联系方式吗 有偿帮忙 感谢 emmm

NSString *protocol_param = json[@"protocol_param"];

    if (protocol_param.length > 0) {
        profile.protocol_param = strdup([protocol_param UTF8String]);
    }
    编译正常 app上也填写了对应参数 就是无法使用 请问有什么解决方案吗 谢谢

azhm avatar Sep 09 '18 16:09 azhm

请等待我的更新

ghost avatar Sep 10 '18 11:09 ghost

dyld`__abort_with_payload: 0x1192521b8 <+0>: movl $0x2000209, %eax ; imm = 0x2000209 0x1192521bd <+5>: movq %rcx, %r10 0x1192521c0 <+8>: syscall -> 0x1192521c2 <+10>: jae 0x1192521cc ; <+20> 0x1192521c4 <+12>: movq %rax, %rdi 0x1192521c7 <+15>: jmp 0x1192517c9 ; cerror_nocancel 0x1192521cc <+20>: retq
0x1192521cd <+21>: nop
0x1192521ce <+22>: nop
0x1192521cf <+23>: nop

进不去呀 一运行就直接这样了,不管是真机还是模拟器

kacok avatar Oct 12 '18 10:10 kacok