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

ReactiveCocoa.xcodeproj doesn't specify iOS target version #15

Closed
carlbrown opened this issue Jul 9, 2012 · 1 comment
Closed

ReactiveCocoa.xcodeproj doesn't specify iOS target version #15

carlbrown opened this issue Jul 9, 2012 · 1 comment

Comments

@carlbrown
Copy link
Contributor

When trying to compile RACiOSDemo/RACiOSDemo.xcodeproj on a version of Xcode that doesn't target iOS 5.1 as the default (REDACTED, for example), the target iOS target for the demo is set to iOS 5.1, and it builds correctly, but the Framework is only built for the default version, so when the Demo runs, the Framework won't load because it has the wrong target.

This leads to immediate crash with runtime error:

dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_nonatomic_copy

And I figured I'd save someone else the trouble of figuring out what the Hell Xcode meant by that.

@carlbrown
Copy link
Contributor Author

Pull request FAIL. Sorry - was trying to attach the pull request to this issue, but ended up making a new one.

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