-
Notifications
You must be signed in to change notification settings - Fork 333
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
Import fail in 4.0.1 #910
Comments
@af-margot Can you try deleting your Carthage cache with 'rm -rf ./Carthage/Build' and try again? We aren't seeing this on our side with our Carthage application. |
Cleaning the cache does not help. |
@af-margot I'll look into it today, thanks for providing a demo. |
@af-margot Looks like there was some ambiguity between private/public bits. This is resolved in #913 |
Hi,
In SEGAnalyticsUtils, the import for SEGSerializableValue.h failed.
It used to be #import <Analytics/SEGSerializableValue.h>, but I see it was changed to #import <SEGSerializableValue.h> in the latest version.
The text was updated successfully, but these errors were encountered: