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

Xcode11 build issue fix #314

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Xcode11 build issue fix #314

wants to merge 2 commits into from

Conversation

luko-g
Copy link

@luko-g luko-g commented Oct 8, 2019

Because constrain function is defined in CommonUISDK looks like XCode11 cannot compile Cartography pod anymore.
Renaming constrain functions to cg_constrain seems to fix the problem

closes: #313

…11 cannot complie Cartography pod anymore.

Renaming constrain functions to cg_constrain seems to fix the problem
@orta
Copy link
Collaborator

orta commented Oct 8, 2019

This is a pretty drastic API change - are there any other ideas to make this work?

@luko-g
Copy link
Author

luko-g commented Oct 9, 2019

@orta I guess you can leave it as is and just expect everyone to use namespaces.
Cartography.constrain

@orta
Copy link
Collaborator

orta commented Oct 10, 2019

I think this is probably better, yeah 👍

Any chance you can update docs and then this is good to go?

@SudeepKS88
Copy link

Any update on this? Can we push this up if everything looks fine?

@orta
Copy link
Collaborator

orta commented Oct 22, 2019

This changes the API in a way that makes all the README's examples not work - happy to have you fix that in a PR with these changes also?

@pogramos pogramos mentioned this pull request Oct 24, 2019
@orta
Copy link
Collaborator

orta commented Oct 27, 2021

Happy to have someone re-implement the PR with the feedback rather than wait

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

Successfully merging this pull request may close these issues.

Xcode 11 beta build error
3 participants