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
thevery
09/07/2018, 1:34 PM
build structure is slighlty changed in new plugin, check build folder
d
David
09/07/2018, 1:46 PM
Thanks for quick reply, but I found that I had to have the following option:
framework(‘Foo’) {
enableDebug true
}