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
If you create a setter with no corresponding property, Typhoon would not be able to do type introspection - the runtime doesn't provide this.
However, it should go ahead and try to inject a specified dependency. Instead it throws with:
2013-09-30 11:13:24.177 mplus[28880:a0b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Tried to inject property 'theme' on object of type 'MPMenuView', but the instance has no setter for this property.'
. . this error message is confusing.
The text was updated successfully, but these errors were encountered:
If you create a setter with no corresponding property, Typhoon would not be able to do type introspection - the runtime doesn't provide this.
However, it should go ahead and try to inject a specified dependency. Instead it throws with:
2013-09-30 11:13:24.177 mplus[28880:a0b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Tried to inject property 'theme' on object of type 'MPMenuView', but the instance has no setter for this property.'
. . this error message is confusing.
The text was updated successfully, but these errors were encountered: