mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 567 forks source link

Only tvOS Pre-Compiled Framework is Available via Github Release and Carthage #1003

Closed csaper closed 1 year ago

csaper commented 1 year ago

Hi there @zihejia, @jaredmixpanel & team -

It appears that only the pre-compiled MixPanel framework for tvOS is available for the latest Release on Github (download link).

Pre-Compiled Framework for tvOS Only


When attempting to alternately build via Carthage, even when specifying a non-tvOS platform via command line argument (i.e. carthage build --no-skip-current --cache-builds --platform iOS), only the tvOS framework appears to be built and archived.

Any way to get an iOS-only .xcframework of Mixpanel v5.0.0?

Thanks!

jaredmixpanel commented 1 year ago

@csaper This is fixed in v5.0.1. The Carthage builds attached to the Releases are fixed (and changed to XCFrameworks). You should be able to build an iOS-only XCFramework with carthage build --platform ios --use-xcframeworks --no-skip-current

csaper commented 1 year ago

Thanks very much @jaredmixpanel!