BatchLabs / Batch-iOS-SDK

Batch SDK for iOS
https://batch.com/features
Other
29 stars 12 forks source link

Carthage support #5

Closed abiaad closed 6 years ago

abiaad commented 7 years ago

Do you provide any Carthage support ? If no, is it planned ?

Thanks

abarisain commented 7 years ago

Hello!

Yes, this is definitely on our roadmap.
The problem is that we provide a static framework, which is unsupported by Carthage.

Once we finish migrating to a dynamic framework, we'll be able to work on Carthage support.

abiaad commented 7 years ago

Ok cool ! Can't wait 😃

jasondibenedetto commented 7 years ago

Any update on this?

abarisain commented 7 years ago

Hi!

Sorry, but we're still not shipping a dynamic framework yet. There are a couple of roadblocks preventing us to do so: Xamarin compatibility, dyld speed, ...

abiaad commented 6 years ago

Hello !

Any update ?

abarisain commented 6 years ago

Hello,

Unfortunately, I don't have any timeframe for when we'll migrate to a dynamic framework, because of the complexity involved.

I'll close this issue in the meantime, but Carthage will be supported as soon as it's possible.

abarisain commented 6 years ago

Carthage seems to have been updated with static libraries support.

We internally reopened this issue, and will explore Carthage compatibility again :)