Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

UserVoice.h file not found issue #431

Open
isunilapps opened this issue Nov 16, 2016 · 1 comment
Open

UserVoice.h file not found issue #431

isunilapps opened this issue Nov 16, 2016 · 1 comment

Comments

@isunilapps
Copy link

Hi..
I am using Xcode: 8.0, Cocoapod version : 1.0.1, Swift : 2.3, uservoice-ios-sdk : 3.2.9
pod installed successfully. Added #import "UserVoice.h" in bridgeheader. While running the project I am getting UserVoice.h file not found error. I have restarted xcode couple of times and deleted derived data but still, I'm getting the same error. How can rectify this issue..

Thanks in advance

@bornbnid
Copy link

I was experiencing the same issue but got things working by doing the following:

  • Using xcode 8.0, swift 3, uservoice-ios-sdk: 3.2
  • I did not include the #import "UserVoice.h" in bridgeheader
  • In the swift file where I was actually using UserVoice, I added import uservoice_iphone_sdk at the top.

I was then able to successfully use UserVoice.

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

No branches or pull requests

2 participants