synapsestudios / react-native-zendesk-support

DEPRECATED
MIT License
23 stars 26 forks source link

Unknown receiver 'ZDKConfig'; did you mean 'ZDKCoding'? #25

Closed ravirupareliya closed 5 years ago

ravirupareliya commented 5 years ago

It is working fine with android but when i am trying to run it in iOS it is showing build error in xcode.

Screenshot 2019-04-05 at 11 21 10 AM

caseyt commented 5 years ago

Trying manually linking the iOS library. You can find the instructions in the README here: https://github.com/synapsestudios/react-native-zendesk-support#manually-linking-ios

Particularly, make sure you have "Header Search Paths" set up correctly, without that configured I am seeing the same error you are reporting.

Fawxy commented 5 years ago

Also having this issue, header search paths are set up correctly and it all appears to be linked 🤔

YogeshYo commented 5 years ago

I am also stuck with the same error where I checked header as well.

YogeshYo commented 5 years ago

@caseyt can you please look into this.. I created another wrapper to deal with this but the same issue https://www.npmjs.com/package/react-native-zendesk-sdk


[Only for iOS] I am able to call testMethod (removing initialize method) but unable to compile says "Unknown receiver 'ZDKConfig'; did you mean 'ZDKCoding'?" I am sure once I am able to call initialize i.e RNZendeskSdk.initialize(config) things will get sorted

YogeshYo commented 5 years ago

@caseyt, still getting this error while compiling & cross checking header path. am I missing anything?

  1. react-native install @synapsestudios/react-native-zendesk-support
  2. react-native link @synapsestudios/react-native-zendesk-support
  3. Manually Linking (iOS)

    "react": "16.8.3", "react-native": "0.59.8",