Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 13 Compile failed #150

Open
Chen-Michael opened this issue Sep 27, 2021 · 2 comments
Open

Xcode 13 Compile failed #150

Chen-Michael opened this issue Sep 27, 2021 · 2 comments

Comments

@Chen-Michael
Copy link

Chen-Michael commented Sep 27, 2021

截圖 2021-09-27 14 12 22

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'

@HyunjoonKo
Copy link

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.

@Chen-Michael
Copy link
Author

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.

Thank you for your feedback, it helped me a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants