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 build with Firebase/Analytics #169

Open
Kamilton opened this issue Jul 20, 2023 · 0 comments
Open

Can't build with Firebase/Analytics #169

Kamilton opened this issue Jul 20, 2023 · 0 comments

Comments

@Kamilton
Copy link

I am trying to use cocapods-binary plugin in my Project with Firebase pods, but can't get it to work. Is this an issue with Firebase or cocapods-binary?

Zrzut ekranu 2023-07-20 o 11 23 08

Pod env:

CocoaPods : 1.12.1
Xcode : 14.3.1 (14E300c)
cocoapods-binary                 : 0.4.4
plugin "cocoapods-binary"

Demo:

BinaryDemo.zip

My Podfile:

# plugin "cocoapods-static-swift-framework"
plugin "cocoapods-binary"
use_frameworks!
all_binary!
set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf"
#keep_source_code_for_prebuilt_frameworks!

target 'BinaryDemo' do
    pod 'Firebase/Messaging', '~> 10.5.0'
    pod 'Firebase/InAppMessaging', '~> 10.5.0'
    pod 'Firebase/Analytics', '~> 10.5.0'
    pod 'Firebase/DynamicLinks', '~> 10.5.0'
    pod 'Firebase/RemoteConfig', '~> 10.5.0'
    pod 'Firebase/Crashlytics', '~> 10.5.0'
    pod 'Firebase/AppCheck', '~> 10.5.0'
end
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

1 participant