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
In the code bellow, Nu does not like printSongInformation: (NSNotification) notification. However, if I change it to printSongInformation: (id) notification, it works fine. (puts (notification class)) prints __CFNotification. I am using version 2.0.1.
2012-01-07 01:45:29.119 nush[63156:d07] I can't bridge this return type yet: (NSNotification) ()
Nu uncaught exception: NSInvalidArgumentException: NSGetSizeAndAlignment(): unsupported type encoding spec '?' at '?' in '?'
from ./iTunes.nu:8: in -
from ./iTunes.nu:7: in class
from /Library/Frameworks/Nu.framework/Resources/help.nu:136: in progn
In the code bellow, Nu does not like
printSongInformation: (NSNotification) notification
. However, if I change it toprintSongInformation: (id) notification
, it works fine.(puts (notification class))
prints __CFNotification. I am using version 2.0.1.The text was updated successfully, but these errors were encountered: