-
Notifications
You must be signed in to change notification settings - Fork 128
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
IOS - ZDCChat/ZDCChat.h not found #21
Comments
@carlocarpio any solution found? |
Try: |
still having this issue and my Libraries/RNZendeskChat.xcodeproj does not have a Framework Search Paths |
have same issue |
My project has |
@aduycuong Thanks worked for me |
Ye, worked for me too.. Please commit |
Do we really have to fork for 1 small change? |
My fork with the fix if anyone's interested: https://github.com/Frexuz/react-native-zendesk-chat |
@Frexuz waiting for merge |
please merge |
you dont need to add you need to "link" the files
also you need the
save the file as now add
both as now in your
and you are done |
@arcollector but with this PR you don't need those extra steps :) |
extra steps? gimme a break, go back to college |
i still have this issue although i used the library search path |
Hey I have tried adding the framework paths and yet I get this error. Tried making changes in project.pbxproj of my RNZendesk library yet i get the same error. Any other thing that i need to add? Also tried @import ZDCChat |
Hiya, I know this original request was from years ago, so you probably/hopefully got past this issue before now. We are updating this package this month with updates for cocoapods, and support for react-native 0.60+ if you have any fixes you want to contribute back, please let us know. Next release milestone: https://github.com/taskrabbit/react-native-zendesk-chat/milestone/1 I’m going to close this ticket for now, and @Rushi271193 (or others) if you’re still struggling with this, let’s file a new github issue to directly investigate your specific case. As you may know, we aren’t supported by Zendesk, so you may also have to/want to reach out to your representative there at https://developer.zendesk.com |
I added ZDCChat via pod install but inside the RNZendeskChatModule.m
it cannot find the ZDCChat/ZDCChat.h. Anyone also have this issue or encountered
this before? thank you very much.
The text was updated successfully, but these errors were encountered: