Sylvain Patenaude
11/05/2019, 4:22 PMframework()
}
}
Edit: If I use framework('MySDK')
, I get a gradle error Key debugFramework is missing in the map.
.Artyom Degtyarev [JB]
11/05/2019, 4:46 PMSylvain Patenaude
11/05/2019, 7:26 PMframework('my_framework' [RELEASE])
, they don't clearly specify the purpose of 'my_framework'. Is it just meant to be an output name or should it be a reference to a existing project/module?Artyom Degtyarev [JB]
11/05/2019, 9:11 PMSylvain Patenaude
11/05/2019, 9:25 PMframework()
(no parameters) and it builds fine. Of course on my computer (Windows) the iOS tasks are skipped, but when I build it through a DevOps build pipeline (with a macOS-10.14 image/agent), it still builds fine but with this output that I cannot figure put why it's happening:
Project MySDK at : is either no Android app project or build version has not been set to override. Skipping...
Artyom Degtyarev [JB]
11/08/2019, 11:49 AMsettings.gradle
seems non-trivial, IMO. 2)What exactly do you mean under this “target detection”? When the build
task is executed for the MPP module, it should process build for every available target, so it has to build the iOS
one(ofc when Xcode version is ok and so on). Do you have a problem with actual framework production or this is more about a strange message?