Xavier Machado
Xavier Machado
Hello ! Any news for a 'Swift Package Manager' support ? Thanks 👍
Go merge ! 😍
Any news about this crash ? Still have it today with the last version.
``` 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
Same for me, you found a solution ?