nk-5 / summary

1 stars 0 forks source link

UnitTest targetでFirebaseが参照できないbug #27

Open nk-5 opened 6 years ago

nk-5 commented 6 years ago

Firebaseをcocoapods経由でinstallした時で、test targetをプロダクションtargetのinheritにした場合、適切にlinkできないバグがある https://github.com/firebase/firebase-ios-sdk/issues/58#issue-233253153

一時的なworkaroundとしては、上記issueにある通りheader search pathに足りてないheaderの参照を追加して対応している

恒久対応としては、 cocoapods v1.4.0以降だとbug fixされているらしいので、cocoapodsのupdateを行う 現状cocoadpos v1.4.x系はbetaなのでstable release後に導入する

nk-5 commented 6 years ago

定期的にcocoapodsのreleaseをwatchしておく https://github.com/CocoaPods/CocoaPods/releases