We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just got my new MacBook Air yesterday. Unfortunately there seem to be some issues when building an old project in XCode.
I get a bunch of these errors:
'ChartAxisValue' is ambiguous for type lookup in this context Invalid redeclaration of 'ChartAxisValueDouble'
Has anyone successfully gotten around this?
I have tried with Rosetta, it is possible to compile, but then the Storyboard does not work and so on. So not an ideal solution.
I have installed pods with both pod install and arch x86_64 pod install
pod install
arch x86_64 pod install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I just got my new MacBook Air yesterday. Unfortunately there seem to be some issues when building an old project in XCode.
I get a bunch of these errors:
Has anyone successfully gotten around this?
I have tried with Rosetta, it is possible to compile, but then the Storyboard does not work and so on. So not an ideal solution.
I have installed pods with both
pod install
andarch x86_64 pod install
The text was updated successfully, but these errors were encountered: