-
Notifications
You must be signed in to change notification settings - Fork 314
Include of non-modular header inside framework module 'OnePasswordExtension' #289
Comments
Hi @mperovic, Thanks for taking the time to report this issue 👍 Are you referring to the If so, can you please send us more details about your issue? Such as a sample project or detailed steps to reproduce the compilation error that you're seeing. I ran all the four demo app apps from the aforementioned branch and did not encounter any warnings or compilation errors. Here's my setup:
I look forward to your reply. Have an amazing weekend! |
Hi @radazzouz, I'm using OnePasswordExtension as cocoa pod. Problem was in the latest CocoaPods (1.0.0.beta.1). Returning to the previous stable version fixed my problem. |
Thanks so much for letting us know what the problem was, @mperovic 👍 I am really thrilled to hear that reverting back to the stable version of CocoaPods helped in solving it. We'll be keeping a close eye on the CocoaPods betas, but I think it may be worth reporting the issue to CocoaPods as well. Enjoy the rest of the weekend! |
Update: I was able to reproduce this issue.
My project was working fine with I then deleted the Finally, I deleted the aforementioned files again and ran I had to delete the Conclusion: It seems that Workaround:
|
This issue has been reported in the CocoaPods repo too as issue 4884. Reopening this issue for now. Will update this issue as we get more info. |
Hi @mperovic, We believe that we found a fix for CocoaPods 1.0.0 beta 3 while using the Could you please update your Podfile as seen below, so that it points to the new branch rather than to master or the latest tag and confirm that it works for you? Podfile example
If it does work for you, I will PR this change. I look forward to your reply 👍 Cheers! |
PR'd #302, which will be merged once we confirm that it fixes this issue. |
It works perfectly |
Thanks so much for testing and for confirming that all is good for you, @mperovic 👍 I will shortly merge the PR. Have an amazing weekend! |
During compilation 1PasswordExtension-umbrella.h I'm receiving next error: Include of non-modular header inside framework module 'OnePasswordExtension'
Platform OS X 10.11.2
Version 7.2 (7C68)
The text was updated successfully, but these errors were encountered: