Marco Righini
06/20/2023, 11:12 AMerror: <user expression 891>:1:6: member access into incomplete type 'ObjHeader'
• use https://github.com/touchlab/xcode-kotlin in XCode: we had to add the dsym to lldb after starting the app with add-dsym
otherwise the breakpoint were not resolved. Anyway the symbols are not resolved and everything not primitive is a ObjHeader *
.
Are these issues expected or any link to follow regarding them? We are trying to figure out what we could expect to work and what are the known issues of both approaches.
Thanks!xiaobailong24
06/20/2023, 4:07 PMxiaobailong24
06/26/2023, 2:55 AM