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

build xcframeworks with carthage, import targetconditionals, delete app extension scheme #1004

Closed jaredmixpanel closed 1 year ago

jaredmixpanel commented 1 year ago

This PR switches our Carthage build output to XCFrameworks. Per Carthage documentation...

We encourage using XCFrameworks as of version 0.37.0 (January 2021), and require XCFrameworks when building on an Apple Silicon Mac.

Multi-architecture platforms are not supported when building framework bundles in Xcode 12 and above. Prefer building with XCFrameworks.

Fixes for...

https://github.com/mixpanel/mixpanel-iphone/issues/997

https://github.com/mixpanel/mixpanel-iphone/issues/1003