I have an iOS app written in swift which use a linked C framework , all print statement cause the app to crash with error "Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1022cd9bc)" even if I print empty statement, however if I changed the print() to NSLog it work. I wonder what could be the issue for such problem.Error Screenshot
Asked
Active
Viewed 151 times
2 Answers
0
Issue resolved by deleting a statement which has a pointer which cause bad memory access

makramia
- 1
- 1