robjperez
09/06/2021, 4:14 PMUnable to call non-designated initializer as super constructor
I’m not sure if I’m going to be able to fix it, but in the meantime I would like to add disableDesignatedInitializerChecks = true
to the def file of the library I’m using via cocoapods.
The thing is that since I’m using cocoapods, the fooLibrary.def file is autogenerated.
How could I add (in gradle?) some contents to the def file?