You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved this problem by using Swift Package Manager instead of CocoaPods. However, since the minimum supported version of SPM is iOS 14, if the supported version of your project is lower than that version, you must fork the repository and modify it.
I solved this problem by using Swift Package Manager instead of CocoaPods. However, since the minimum supported version of SPM is iOS 14, if the supported version of your project is lower than that version, you must fork the repository and modify it.
Today I try build my SwiftUI project in Xcode 13, but some error occurred
I think it need to update dependencies
Reproduce version
pod 'Brightroom/Engine', '2.0.0-alpha.8'
pod 'Brightroom/UI-Classic', '2.0.0-alpha.8'
pod 'Brightroom/UI-Crop', '2.0.0-alpha.8'
The text was updated successfully, but these errors were encountered: