You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
# 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
The text was updated successfully, but these errors were encountered:
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:
Demo:
BinaryDemo.zip
My Podfile:
The text was updated successfully, but these errors were encountered: