Open Source

I have forked the UIKit (iOS) and am making changes to the forked version but whenever i run pod install changes are not reflected, how do i make sure the changes are reflected

Hi

Sendbird UIKit-iOS is an open-source code.

And core SDK version is specified as the version below.

pod ‘SendBirdSDK’, ‘~> 3.1.1’

What kind of changes are you saying are not reflected?

i forked the repo and changed background color for SBUChannelViewController but the changes do not reflect when i install my version through pods

Generally there’s no documentation that guides you on how you fork it, make changes, build and distribute etc