Please see the words "The SharedCode build generates iOS frameworks for use with the Xcode project. All frameworks are in the SharedCode/build/bin folder"
t
Tobi
12/18/2018, 1:43 PM
You need to build the project to generate the framework.
Either use the IDE or run
./gradlew build
from the terminal.
e
Efe
12/18/2018, 2:36 PM
yes, ./gradlew build command is the hidden hero. Dont know why it is not in any document.