Skip to content
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

Lexical or Preprocessor Issue with Xcode 9.0.1 and Cocoapods #118

Closed
CassiusPacheco opened this issue Oct 17, 2017 · 3 comments
Closed

Lexical or Preprocessor Issue with Xcode 9.0.1 and Cocoapods #118

CassiusPacheco opened this issue Oct 17, 2017 · 3 comments
Assignees

Comments

@CassiusPacheco
Copy link

After updating to Xcode 9.0.1 I've been getting an issue on LaunchDarkly SDK. I tried version 2.7.0 and 2.8.0 and both have this issue, it doesn't compile due to a missing file.

Have a look at the print screen below. Let me know if you need anything else.

launchdarkly

@CassiusPacheco
Copy link
Author

@arun251 @danialzahid94 could you guys please have a look at this issue and give me further instructions. Thanks!

@arun251
Copy link

arun251 commented Oct 17, 2017

Hi @CassiusPacheco,
Thanks for that very helpful screenshot. In iOS SDK 2.5.1, we updated dependency DarklyEventSource to 3.0.0, which included prefixing public symbols (and filenames) with LD because a customer experienced some symbol name conflicts. I can't explain why you're seeing what you're seeing, but it seems that the version of LDClientManager.m is from an earlier version. Perhaps you could clear the LaunchDarkly Pods folder and try to update again?

@CassiusPacheco
Copy link
Author

Hi @arun251, thanks for the quick answer! Weirdly CocoaPods was updating LaunchDarkly but not the dependencies, deleting everything and re-running it worked. I should have expected that from CocoaPods 🙄

Thanks again for the quick answer!

gwhelanLD added a commit that referenced this issue Jul 23, 2020
Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants