curioustechizen
04/10/2020, 12:56 PMsyncFramework
gradle task manually? Where do all the parameters for it come from? ($HEADER_SEARCH_PATHS
, $OTHER_CFLAGS
etc)?
My objective is to build the framework manually and publish it to a remote cocoapods repo.Artyom Degtyarev [JB]
04/10/2020, 1:11 PMlink<Debug|Release>Framework<$your_targetname>
task should be enough.curioustechizen
04/10/2020, 1:30 PMlinkDebugFramework
?Artyom Degtyarev [JB]
04/10/2020, 1:34 PMcurioustechizen
04/10/2020, 1:36 PMArtyom Degtyarev [JB]
04/10/2020, 1:52 PMcurioustechizen
04/10/2020, 1:53 PM