You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.The text was updated successfully, but these errors were encountered: