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

<Foundation/Foundation.h> is lost #26

Closed
askxlogic opened this issue Feb 22, 2015 · 5 comments
Closed

<Foundation/Foundation.h> is lost #26

askxlogic opened this issue Feb 22, 2015 · 5 comments
Assignees

Comments

@askxlogic
Copy link

MIHCripto don't have #import <Foundation/Foundation.h> in root header. For example MIHCoding.h is NSObject protocol child. But in this file I can't find any way for loading <Foundation/Foundation.h>. I have a lot of build errors.

@hohl
Copy link
Owner

hohl commented Feb 23, 2015

Do you use CocoaPods for dependency management or do you just copy all source files into your project?

@hohl hohl self-assigned this Feb 23, 2015
@askxlogic
Copy link
Author

I use CocoaPods.
My Podfile:

platform :ios, '6.0'

pod "MIHCrypto", "~> 0.3.2"

@askxlogic
Copy link
Author

Adding string

#import <Foundation/Foundation.h>

in file MIHCoding.h solve this problem. :-)

@hohl
Copy link
Owner

hohl commented Feb 27, 2015

Thanks, I may add it in next release. Most developers don't seem to need it, however it won't hurt anybody if it is included.

@hohl
Copy link
Owner

hohl commented Feb 28, 2015

Sorry, would like to keep it open as a reminder for myself to add the #import.

@hohl hohl reopened this Feb 28, 2015
@hohl hohl closed this as completed Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants