khalid64927
10/30/2023, 4:03 AMPablichjenkov
10/30/2023, 4:11 AMkhalid64927
10/31/2023, 4:17 AMPablichjenkov
10/31/2023, 4:28 AMkhalid64927
01/06/2024, 9:58 AMpod lib lint
but its failing with - ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use
--verbose` for more information.` it looks like podspec source has to have ios project source but mine is multiplatform. Any clue how to do this.
spec.source = { :http=> '<https://github.com/khalid64927/kmp-tes-app.git>'}
Pablichjenkov
01/06/2024, 10:23 AMPablichjenkov
01/06/2024, 10:29 AMpod lib lint
does, it seems that it is running lint and then build a library. I recall the gradle task to generate the podframework had a different name. Try to generate the podframework and use it manually from the project where you have react native integrated. Then if successful, investigate how to publish/consume it as a cocoapod package.khalid64927
01/09/2024, 8:57 AMPablichjenkov
01/09/2024, 10:47 AM