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

Compilation error in 2.0.0-beta9 #82

Open
maxmeyers opened this issue May 22, 2017 · 3 comments
Open

Compilation error in 2.0.0-beta9 #82

maxmeyers opened this issue May 22, 2017 · 3 comments

Comments

@maxmeyers
Copy link

Similar to #75, but instead of a warning I'm setting an error. Strangely, this only happens if I try to use TVONotificationDelegate.

<module-includes>:1:1: error: umbrella header for module 'TwilioVoice' does not include header 'TwilioVoiceClient.h' [-Werror,-Wincomplete-umbrella]
#import "Headers/TwilioVoice.h"

I deleted TwilioVoiceClient.h from the Headers directory and that fixed the compilation error. Is it possible it was left in there by accident?

@bobiechen-twilio
Copy link
Contributor

Hi @maxmeyers

Does this error message keep showing up after cleaning the build in Xcode?
Indeed the TwilioVoiceClient.h is no longer needed but got still got included. We'll have it removed in the next release.

Thanks
-bobie

@maxmeyers
Copy link
Author

Yep, it's happening even after a "Clean build folder". For now we can commit the framework with the deleted header to our repo, but it would be nice to be able to use Cocoapods!

@bobiechen-twilio
Copy link
Contributor

Ah, sorry for the inconvenience @maxmeyers.
I've actually done a new build job locally to exclude TwilioVoiceClient.h from the framework and the built SDK worked well in the testbed. We'll get this fix in and push the next release ASAP.

Thanks again for reporting this.

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

2 participants