Skip to content

Commit

Permalink
a bit more CI-only-inspection stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Nov 13, 2024
1 parent cc60092 commit 68758ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/RNFBApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Pod::Spec.new do |s|
# they do not have in their local spec repo, and they do not know they need to
# run pod repo update and/or remove their Podfile.lock. This is detectable and we
# can provide guidance and fail-fast to avoid incorrect dependency resolution
firebaseCoreSpec = `pod spec which --version=#{firebase_sdk_version} FirebaseCore2`
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`"
Pod::UI.warn "firebase-ios-sdk #{firebase_sdk_version} specs not found. Run `pod repo update` and delete Podfile.lock for successful `pod install`"
end

# Firebase dependencies
Expand Down

0 comments on commit 68758ff

Please sign in to comment.