jean
12/11/2020, 4:53 PMcocoapods {
...
// only for ios target
pod("Mixpanel")
// only for tvos
pod("Mixpanel/tvOS")
}
I saw it’s possible to add a cocoapods in each target block, but that means a lot of redundant codeYaroslav Chernyshev [JB]
12/11/2020, 5:17 PMjean
12/11/2020, 5:23 PMThe platform of the target `App-iOS` (iOS 8.0) is not compatible with `Mixpanel/tvOS (3.1.1)`, which does not support `iOS`.
Is there a way to fix it?Yaroslav Chernyshev [JB]
12/11/2020, 5:53 PMjean
12/11/2020, 9:41 PMpodfile
inside cocoapod
block, I tried to pass my own file but I get an error saying I need to specify the path to a ios project. Is there a way around that?