-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
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?
Pod env:
CocoaPods : 1.12.1
Xcode : 14.3.1 (14E300c)
cocoapods-binary : 0.4.4
plugin "cocoapods-binary"
Demo:
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
Labels
No labels