I try to commit changes to my project on github. I have added Realm Database to my project and commit is too big now. I have read that I need to use github large file, but to do this I need to install homebrew on my mac. The problem is that I don't have enough memory to do this.
I found an article on github where people recommend to install Realm via Xcode swift package manager (now I use cocoa pods) and then it should not be as large. But I wonder if there is a problem to use cocoa pods (I need it for few other thins) and swift package manager in one project?
When I try to commit I have this alerts
Pods/Realm/core/realm-monorepo.xcframework/watchos-armv7k_arm64_32/librealm-monorepo.a is 76.01 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
Pods/Realm/core/realm-monorepo.xcframework/ios-arm64_x86_64_i386-simulator/librealm-monorepo.a is 68.40 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
Pods/Realm/core/realm-monorepo.xcframework/tvos-arm64_x86_64-simulator/librealm-monorepo.a is 53.93 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
Pods/Realm/core/realm-monorepo.xcframework/ios-armv7_arm64/librealm-monorepo.a is 77.82 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB