Anvith
10/16/2020, 5:58 AMlinkDebugFrameworkIosSim
to throw an error Could not find <project-name> in …
I’ve attached the relevant trace for completeness. How do I resolve this or am I missing something?Artyom Degtyarev [JB]
10/16/2020, 7:08 AMAnvith
10/16/2020, 8:03 AMcocoapods {
// Configure fields required by CocoaPods.
ios.deploymentTarget = "10.0"
summary = "Abc Mobile Core"
homepage = "<https://github.com/anvith/abc-shared>"
frameworkName= "abcframework"
pod("DarklyEventSource", "~> 4.1")
}
And I’m still getting the error, also this wasn’t the case with kotlin 1.3.72
Artyom Degtyarev [JB]
10/16/2020, 8:15 AM./gradlew :AbcMobileCore:linkDebugFrameworkIosSim --info
and post the results?Anvith
10/16/2020, 9:21 AMArtyom Degtyarev [JB]
10/16/2020, 1:46 PMAbcMobileCore.klib
, maybe manifest file is incorrect.Anvith
10/19/2020, 2:48 AM