Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift project build for distribution support #126

Open
Denghuajie opened this issue Jun 8, 2021 · 0 comments
Open

swift project build for distribution support #126

Denghuajie opened this issue Jun 8, 2021 · 0 comments

Comments

@Denghuajie
Copy link

After I update my project with build for distribution set to YES, and switch the build system from legacy build system to new build system, my project runs fine at iOS 14.x device, but when run my project at iOS13.x and below iOS version device, it crashed without any call, it sinces like that the static inline keyword can't use in project because the builder doesn't support it.

This is the crash log:

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x00000001895483b4
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [23244]
Highlighted by Thread: 0

Backtrace not available

Unknown thread crashed with ARM Thread State (64-bit):
x0: 0x000000016afe82f0 x1: 0x0000000000000008 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000016afe82c0 x5: 0x0000000000000000 x6: 0x736665727373616c x7: 0x0000000000000ac0
x8: 0x000000008000000c x9: 0x000000016afe8423 x10: 0x00000000000143a8 x11: 0x0000000000000003
x12: 0x0000000000ff0006 x13: 0x0000000000050000 x14: 0x0000000000000001 x15: 0x00000001c2938000
x16: 0xfffffffffffffff6 x17: 0x0000000000000074 x18: 0x0000000000000000 x19: 0x000000016afe83cb
x20: 0x0000000000000000 x21: 0x0000000109534000 x22: 0x0000000000000000 x23: 0x0000000000000000
x24: 0x00000000800143b4 x25: 0x0000000000000001 x26: 0x000000016afe8423 x27: 0x00000001095483a0
x28: 0x00000001895483b4 fp: 0x000000016afe8480 lr: 0x0000000108d81578
sp: 0x000000016afe8350 pc: 0x0000000108d814d0 cpsr: 0x80000000
esr: 0x00000000 Address size fault

Binary images description not available

Error Formulating Crash Report:
Failed to create CSSymbolicatorRef - corpse still valid ¯_(ツ)_/¯

EOF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant