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

Can't update with Firebase #22

Open
IlyaMakarevich opened this issue Jan 28, 2021 · 2 comments
Open

Can't update with Firebase #22

IlyaMakarevich opened this issue Jan 28, 2021 · 2 comments

Comments

@IlyaMakarevich
Copy link

Hello!
Will Lobster work with Firebase/CoreOnly (= 7.1.0) ?

@mohayoub
Copy link

same issue, please any update?

@xav42mac
Copy link

xav42mac commented Oct 18, 2023

   post_install do |installer|
       installer.pods_project.targets.each do |target|
           target.build_configurations.each do |config|
              xcconfig_path = config.base_configuration_reference.real_path
              xcconfig = File.read(xcconfig_path)
              new_xcconfig = xcconfig.sub("-framework \"Lobster\"", "")
              File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
           end
       end
   end

For Xcode 15 users, you will need at least Firebase 10.16.0 to pass the build error problem.
So add that code at the end of your Podfile, this should avoid Lobster to use his inferior version of Firebase and use the actual version you have manually added in your project.

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

3 participants