-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error when updating to Segment 4.1.1, 'Analytics' framework was renamed to 'Segment' in Segment 4.1.1 #17
Comments
I quickly checked the release notes of Segment Analytics. Looks like in their version 4.1.0 they have renamed module from Thanks so much for the heads up! We'll add a fix for it in our next release. |
We've shipped the release with the required changes. Thanks again @leandromperez for reporting. |
@Aditi3 Thanks for that.
Any ideas? |
In my Example Project, Segment.framework is getting linked. Link to Starter Application: https://github.com/CleverTap/clevertap-segment-ios/tree/master/ExampleSwift Try clearing the Xcode and Pod cache? |
Aditi,
Thank you for the response. The problem was an old flag left in Other
Linker Flags. It seems that the old Analytics flag wasn't removed.
Everything is working now.
Best,
Leandro
…On Wed, Nov 11, 2020 at 12:47 AM Aditi Agrawal ***@***.***> wrote:
In my Example Project, Segment.framework is getting linked.
Link to Starter Application:
https://github.com/CleverTap/clevertap-segment-ios/tree/master/ExampleSwift
Try clearing the Xcode and Pod cache?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZTBECRLGL2X5D5UEAQJLSPICOZANCNFSM4TPLU2YA>
.
|
After a pod update:
Changing 'Analytics' to 'Segment' where it corresponds, seems to fix the issue:
E.g.
#import <Segment/SEGAnalyticsUtils.h>
instead of#import <Analytics/SEGAnalyticsUtils.h>
The text was updated successfully, but these errors were encountered: