Skip to content

Commit

Permalink
temporary extra information print out to diagnose CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Nov 13, 2024
1 parent 3aef586 commit fc892a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/RNFBApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Pod::Spec.new do |s|
# can provide guidance and fail-fast to avoid incorrect dependency resolution
firebaseCoreSpec = `pod spec which --version=#{firebase_sdk_version} FirebaseCore`
if !firebaseCoreSpec.include? firebase_sdk_version
Pod::UI.puts "firebaseCoreSpec search result for #{firebase_sdk_version} was '#{firebaseCoreSpec}"
firebaseCurrentCoreSpec = `pod spec which FirebaseCore`
Pod::UI.puts "current FirebaseCore appears to be #{firebaseCurrentCoreSpec}"
Pod::UI.puts "all FirebaseCore stuff is #{`pod spec which --show-all FirebaseCore`}"
raise "firebase-ios-sdk #{firebase_sdk_version} specs not found. Run `pod repo update` and delete Podfile.lock for successful `pod install`"
end

Expand Down

0 comments on commit fc892a8

Please sign in to comment.