I am missing the dSym-file when compiling ios-fram...
# kotlin-native
d
I am missing the dSym-file when compiling ios-frameworks and building from gradle. When building from AppCode the dSym-file is there. Anyone that have some insight here?
t
build structure is slighlty changed in new plugin, check build folder
d
Thanks for quick reply, but I found that I had to have the following option: framework(‘Foo’) { enableDebug true }