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

[Critical] Version Preprocessor Macro Crashes Cocoapods #242

Open
ghost opened this issue Dec 12, 2016 · 1 comment
Open

[Critical] Version Preprocessor Macro Crashes Cocoapods #242

ghost opened this issue Dec 12, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 12, 2016

I'm not sure this is even needed since cocoapods will generate this for you but the preprocessor macro you use to declare a string version number crashes Cocoapods.

See the issue here.
CocoaPods/CocoaPods#6296

@ghost ghost changed the title Version Preprocessor Macro Crashes Cocoapods [Critical] Version Preprocessor Macro Crashes Cocoapods Dec 12, 2016
@lukeredpath
Copy link
Contributor

This is used when constructing the connection URL. I don't know what cocoapods generates but it's of no use as the library should not depend on cocoapods to work.

It may be possible to get this value at runtime instead of compile time but this has worked fine until now. Something must have changed in cocoapods parsing.

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

1 participant