Skip to content

Commit

Permalink
feat : podfile firebase 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Feb 9, 2024
1 parent c13a702 commit ec8d4ca
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions KCS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ post_install do |installer|
end
end

target 'KCSUnitTest' do
# add serarch_paths for firebase for test
inherit! :search_paths

pod 'RxTest'
pod 'RxBlocking'
end
end

target 'KCSUnitTest' do

pod 'RxTest'
pod 'RxBlocking'

pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'

end

0 comments on commit ec8d4ca

Please sign in to comment.