iOS cocoapods configuration in README is wrong
danielfx90 opened this issue · 0 comments
danielfx90 commented
The current README specifies to add the following line to the Podfile:
pod "HockeySDK"
But this does not install the full SDK which enables the feedback feature, for instance. To do so, that line should be:
pod "HockeySDK", :subspecs => ['AllFeaturesLib']