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

property 'feedbackManager' not found on object of type 'BITHockeyManager *' #38

Open
atinder opened this issue Oct 2, 2016 · 5 comments

Comments

@atinder
Copy link

atinder commented Oct 2, 2016

After following the instructions to setup ios got this error.

property 'feedbackManager' not found on object of type 'BITHockeyManager *'
Xcode 8
react-native 0.33.0

@BenjaminCorey
Copy link

I had this same issue, I commented out the feedbackManager call the in the native code and it compiled... don't know if that fixed it or broke it more though. Can't seem to get update notifications working.

@brianjd
Copy link

brianjd commented Oct 4, 2016

From the HockeySDK repo:

Feedback and iOS 10

4.1.1 of the HockeySDK removes the Feedback feature from the default version of the SDK. The reason for this is that iOS 10 requires developers to add a usage string to their Info.plist in case they include the photos framework in their app. If this string is missing, the app will be rejected when submitting the app to the app store. As HockeyApp's Feedback feature includes a dependency to the photos framework. This means that if you include HockeyApp into your app, adding the usage string would be a requirement even for developers who don't use the Feedback feature. If you don't use Feedback in your app, simply upgrade HockeySDK to version 4.1.1. If you are using Feedback, please have a look at the Feedback section.

Update your Podfile to the following:
pod "HockeySDK", :subspecs => ['AllFeaturesLib']

@dsibiski
Copy link

dsibiski commented Oct 7, 2016

Thanks @brianjd 👍

@idris
Copy link

idris commented Oct 31, 2016

Ideally there should be a way to use react-native-hockeyapp without AllFeaturesLib. Maybe it needs a separate npm package? 😢

@Jaafar-abusair
Copy link

Just update the podfile to
pod ‘HockeySDK’, '4.1.0’

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

No branches or pull requests

6 participants