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

Build with Swift 5 fails if '3.0.0-alpha.1' version is not explicitly specified in the Podfile. #118

Open
henleo opened this issue Mar 22, 2020 · 0 comments

Comments

@henleo
Copy link

henleo commented Mar 22, 2020

By default cocoapods uses the 2.0.1 version of Mockingjay which makes the build fail when using Swift 5 due to issue #110.

You have to specify pod 'Mockingjay', '3.0.0-alpha.1' in the Podfile to get the latest version.

Maybe this is obvious for people who are used to cocoapods, but it took me a while to figure it out. Putting that in the installation instructions in the README might save others some time.

@henleo henleo changed the title Build fails if '3.0.0-alpha.1' version is not explicitly specified in the Podfile. Build with Swift 5 fails if '3.0.0-alpha.1' version is not explicitly specified in the Podfile. Mar 22, 2020
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