albertgao
02/20/2018, 4:41 AMShared
code has common
, ios
and android
, which I use multiplatform approach for ios and android only. All parts works perfectly now. Thanks for all the help!vincent.desmet
02/20/2018, 7:45 AMshared-common
module as a compileOnly dependency as a workaround. The compileOnly part makes sure it won’t include the code twice in the app, but that should make it available for autocomplete etc.rakeeb
02/23/2018, 2:33 AMrakeeb
02/23/2018, 2:33 AMalbertgao
02/23/2018, 3:18 AMTobi
02/27/2018, 3:20 PMenableDebug true
in the framework closure. Does this enable debugging for you?
When I enable that for my sample I get Undefined symbols for architecture arm64
with a whole bunch of errors 🤔albertgao
02/27/2018, 11:51 PMTobi
02/28/2018, 8:14 AMSimone Civetta
02/28/2018, 7:16 PMalbertgao
03/01/2018, 3:17 AMSimone Civetta
03/01/2018, 3:53 AM