Skip to content

Can't build with Firebase/Analytics #169

@Kamilton

Description

@Kamilton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions