SendBird-iOS-Swift project is broken in Xcode 12

I’ve tried to run this repo: https://github.com/sendbird/SendBird-iOS-Swift

But whenever I run pod install (using the same version 1.9.3) I get some diff changes in git and it error when trying to run in the simulator:

image

I’ve tried to report this but that repo has issues disabled.

Solved by running:

  • pod _1.9.3_ deintegrate
  • pod _1.9.3_ install

On Xcode:

  • File > Workspace Settings > Shared Workspace Settings > Build System > Legacy Build System
1 Like