SDK versions:
pod 'SendBirdUIKit', '2.2.0'
pod 'SendBirdSDK', '3.1.0'
Issue:
After doing product-archive (or using CLI) resulting xcarchive file does not have Info.plist at root directory which causes xcarchive' is malformed
error after running xcodebuild
.
However, if I revert SDKs to older versions:
pod 'SendBirdUIKit', '2.1.13'
pod 'SendBirdSDK', '3.0.236'
Everything works fine. There was some change which causes our build process to fail. Not sure what could cause that but I am 99% it’s some setting in Sendbird SDK causing that. I am on M1.