-
Notifications
You must be signed in to change notification settings - Fork 13
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
Occasional warnings for LaunchKit under Carthage #10
Comments
Hey @ksm thanks for filing the issue. I've seen others have that issue with some other Carthage projects. I'll take a look to see if there's anything I can do. In the meantime, if you clean your project and build folder, do the warnings go away (and then come back later)? |
@ksm Would you mind trying out version |
Did a "Clean Build Folder..." and then quit Xcode. Upgraded to So yeah.. this is a fishy bug. Gone for now at least. Thank you so much for the help. |
Argh! Ok, thanks for testing it! Will keep working at it! |
Closing the issue, since the problem is gone for now for me. |
Update: when I built for a real device the warnings reappeared. I did a clean and rebuilt and they went away. |
I'm getting multiple
umbrella header for module LaunchKit does not include header
warnings when building my project. I've had these warnings disappear and then reappear occasionally. I'm on Carthage 0.11 and Xcode 7.2. I build my Carthage dependencies usingcarthage update --platform iOS --no-use-binaries
.Screenshot:
Anyone seen this? I haven't seen a similar problem in other Carthage-installed dependencies.
The text was updated successfully, but these errors were encountered: