Closed ravirupareliya closed 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.
Also having this issue, header search paths are set up correctly and it all appears to be linked 🤔
I am also stuck with the same error where I checked header as well.
@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
@caseyt, still getting this error while compiling & cross checking header path. am I missing anything?
Manually Linking (iOS)
"react": "16.8.3", "react-native": "0.59.8",
It is working fine with android but when i am trying to run it in iOS it is showing build error in xcode.