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

Fix cocoapods compatibility issue in ios TicTacToe tutorial #491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

woookDev
Copy link
Contributor

@woookDev woookDev commented Jan 10, 2022

Description:
Because of cocoapods compatibility issue in ios TicTacToe tutorial (RIBs and RxCocoa), pods libs cannot be installed and cannot generate xcworkspace file.
To fix this issue, I bumped RxCocoa version to 6.0.0 in Podfile. After changed the version, Installing is successful and TicTacToe is also
works fine.

  • Before

스크린샷 2022-01-11 오전 1 28 23

  • After

스크린샷 2022-01-11 오전 1 35 03

@CLAassistant
Copy link

CLAassistant commented Jan 10, 2022

CLA assistant check
All committers have signed the CLA.

@tyvsmith tyvsmith added the iOS iOS related tickets label Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS iOS related tickets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants