Lukasz Sliwinski
10/09/2020, 9:46 AMorg.jetbrains.kotlin.native.cocoapods
plugin are focused on the scenario that the Android and iOS apps are in the same mono repo and iOS app consumes the Kotlin/Native framework locally - as the added script_phases
runs gradlew to adjust the used framework. But when the framework is consumed from the github via cocoapods then there there is an error gradlew: No such file or directory
(https://github.com/JetBrains/kotlin-native/issues/3140). The best would be if on the consumer side java/gralde/gradlew won’t be needed which probably would require Fat framework with (arm64 and x64 binaries)Lukasz Sliwinski
10/09/2020, 9:48 AMmain
-> https://github.com/nonameplum/kotlin-native-framework/tree/main (it shows the issue of the default script_phases
added by cocoapods kotlin/native pluginLukasz Sliwinski
10/09/2020, 9:48 AMfixed_script
-> https://github.com/nonameplum/kotlin-native-framework/tree/fixed_script uses this fix https://github.com/JetBrains/kotlin-native/issues/3140 but it has a flaw that can’t be build on iOS simulator but can be on the deviceLukasz Sliwinski
10/09/2020, 9:49 AMLukasz Sliwinski
10/09/2020, 11:21 AMbasher
10/10/2020, 5:20 PMLukasz Sliwinski
10/10/2020, 6:06 PMbasher
10/10/2020, 6:10 PMgeorg
10/18/2020, 1:39 PMgeorg
11/21/2020, 5:46 PM