-
Notifications
You must be signed in to change notification settings - Fork 268
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
iOS Tests broken when running on iOS 7.0 simulator #89
Comments
Also, I'm back again and plan to get back to contributing! |
w00t! Welcome back! I'm still chipping away where I can, but planning on putting in a solid week or two ASAP. . . I'm keen to get the ObjectGraph feature done (fairly easy). . . How's your experimental factory injection going? I think you mentioned that you found a way to do it without libffi? |
Thanks! Fantastic, by ObjectGraph I assume you mean the new scopes? Would be nice to have those! The best I have for factory injection is the IMP with va_args (in #47 (comment)), but I've been thinking that definition inheritance might be a better route to solve the definition duplication problem (see #90). That was my original motivation for pursuing it. But, I recall you mentioning that you have a use case in which a parameterized method would be useful? |
Re another use-case: I can't recall the details now!. . . . Here's the autofac docs: https://code.google.com/p/autofac/wiki/DelegateFactories But unlike there's I was thinking of just declaring in a component:
So you could define assembly methods like:
. . I've moved on from this feature for now though. Much more excited to do the ObjectGraph scope, which is relatively easier to implement and definitely quite useful. |
Both the cocoapods and static library test targets appear broken when running against the iOS 7.0 simulator on a clean copy of the repository.
Steps to reproduce:
git submodule update --init
It looks like it fixes itself after successfully running tests against iOS 6.1, which appear to be unaffected. This makes sense given the following warning:
"Pods-iOS Tests (Cocoapods) was rejected as an implicit dependency for 'libPods-iOS Tests (Cocoapods).a' because its architectures 'i386' didn't contain all required architectures 'i386 x86_64'"
And the subsequent error:
"Library not found for -lPods-iOS Tests (Cocoapods)"
The text was updated successfully, but these errors were encountered: