-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error importing with SPM #13
Comments
More specifically, XCode complains with the following error:
Occurs in the file |
I'm also experiencing this problem. Did you manage to find a solution to the issue? |
@arunrdd did you find a way to solve this error? |
+1 to the people experiencing this problem. |
@mariusandra what is the status on this? We are still getting this error with importing objective-c headers |
Version 1.4.0 should finally fix this! |
When importing
PostHog
via Swift Package Manager I end up with an error.Could not build Objective-C module 'PostHog'
To reproduce the problem:
Simply create a new Xcode project using Swift and import PostHog from "https://github.com/PostHog/posthog-ios".
I'm not sure if I'm missing something basic or the package is not compatible with SPM. All ideas are appreciated!
The text was updated successfully, but these errors were encountered: