Luka Hristic
Luka Hristic
If helps anyone, I experienced the same issue with Xcode 13.3 but with versions 13.2.1 and 13.4.1, the archive finishes with no errors! 🙌
I don't know if it's the right place but modifying _layoutSubViews()_ in _BaseMessageCollectionViewCell.swift_ with: ``` self.avatarView.layer.cornerRadius = self.avatarView.frame.size.width / 2 self.avatarView.clipsToBounds = true ``` below the `self.avatarView.bma_rect = layoutModel.avatarViewFrame` line,...
Ok! Thanks, I'll try it ^^
As `Alamofire` and `RxSwift` dependencies are listed [here](https://developer.apple.com/support/third-party-SDK-requirements/) and Moya repackages them, Moya is included in the requirement. I checked the internal constraints that Moya is setting internally for these...
I checked the issue you mentioned, and it looks like there's a merged pull request (https://github.com/fastlane/fastlane/pull/22228) that introduces a new `force_legacy_encryption` flag for `match` and related tools that handle file...