Potatso
Potatso copied to clipboard
真机调试闪退
免费账号,改了 bundle identifier,team, build setting里面,删除了code sign entitlement 能编译通过,但是闪退,这个怎么办?
ok,请把闪退的具体输出copy一下
Your development team, "xxx", does not support the Network Extensions capability.
请问必须要付费账号么?
是的
@aishuidedabai 请教一下 我加了ssr的混淆/协议参数那些 无法使用怎么办?可以留一个联系方式吗 有偿帮忙 感谢 emmm
NSString *protocol_param = json[@"protocol_param"];
if (protocol_param.length > 0) {
profile.protocol_param = strdup([protocol_param UTF8String]);
}
编译正常 app上也填写了对应参数 就是无法使用 请问有什么解决方案吗 谢谢
请等待我的更新
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
进不去呀 一运行就直接这样了,不管是真机还是模拟器