Were you able to solve this problem? I'm encountering it as well and I hit the runtime error whether I register an itemClass or a nib. This is a big problem if I try to implement an NSCollectionView in a framework since AppKit seems to try to load the nib from the app bundle and not the framework bundle, and there's no way to configure it to use the framework bundle. My workaround was to add the nib to the target project instead of defining it in the target framework.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: