Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using HockeyAppSDK pod subspecs #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajmath
Copy link

@ajmath ajmath commented Aug 3, 2018

For my use case, I need to use both HockeyApp and AppCenter pods (AppCenter doesn't support feedback yet). Unfortunately, including both causes an error at compile time due to overlapping symbols. The solution was to use pod 'HockeySDK', :subspecs => 'FeedbackOnlyLib' to only include the feedback pod spec. However, when doing this RNHockeyApp.m had multiple compilation errors due to referencing code that was not included via cocoapods.

This PR adds the appropriate #if HOCKEYSDK_FEATURE_... flags to allow compiling the react-native module with a subset of the HockeyAppSDK pod subspecs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant