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

add_system_framework points to the incorrect location #141

Closed
gfontenot opened this issue Mar 21, 2014 · 3 comments
Closed

add_system_framework points to the incorrect location #141

gfontenot opened this issue Mar 21, 2014 · 3 comments

Comments

@gfontenot
Copy link
Contributor

It looks like as of Xcode 5.1, NativeTarget#add_system_framework doesn't set the path properly. It still points to the iOS 7.0 SDK, which doesn't exist anymore. So frameworks added with this method aren't found by Xcode.

gfontenot added a commit that referenced this issue Mar 21, 2014
There is another issue (#141) with the `#add_system_framework` method
not setting the path properly, but in all actuality, we could just skip
adding the default Cocoa and Foundation frameworks to new projects by
default. We're already turning Modules on by default, so these imports
are superfluous (especially since they don't actually work).
@fabiopelosin
Copy link
Member

Although the path is incorrect they still serve a function as they are passed to the compiler by name.

@fabiopelosin
Copy link
Member

Closed by 9b7caae

@thisisjeffwong
Copy link

thanks!

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

3 participants