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

Archive builds fail with “'YACYAML/YACYAML.h' file not found" #13

Open
yangmeyer opened this issue May 3, 2016 · 0 comments
Open

Comments

@yangmeyer
Copy link
Contributor

yangmeyer commented May 3, 2016

For my Mac app, I have been using a lightly updated fork of your library and have had no problems with it. Now I’ve unmothballed my project and updated it to Xcode 7.2 and the OS X 10.11 SDK.

YACYAML still builds just fine for debugging, but archiving the product (using Release config) fails with the above error message.

I’ve attached a minimal Xcode project where I included YACYAML as described in the Readme. It show the same symptoms: Build + Run works as expected, but Archive fails. TestApp.zip


As an aside, I could get everything to build by “un-framework-ifying” all the imports…

AppDelegate.h:

#import <YACYAML/YACYAML.h>#import "YACYAML.h"

YACYAML.h:

#import <YACYAML/YACYAMLKeyedArchiver.h>#import "Archiving/YACYAMLKeyedArchiver.h"
etc.

… and hard-coding the path into my project’s Header Search Paths:

"/Users/Yang/path/to/project/Submodules/YACYAML/YACYAML"

… but this is hardly a solution.

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

1 participant