The main issue is the Snes9x.xib file, which is for 32-bit Interface Builder, no longer compatible with Xcode. So I am wondering how to fix this error when I choose File > Open:
Code: Select all
-[NSView setNeedsDisplayOnHICocoaView]: unrecognized selector sent to instance 0x11dc1f0
It's something really simple that the Open Multiple ROM Images doesn't have the same exact problem with, but there are related issues in the Cheat Entry and Cheat Finder windows that prevent the user from typing or pasting characters into their text fields. One can drag-and-drop text into the text fields, but that is very cumbersome.
I have other minor but needed changes I would like to make to the UI of the application, so I would probably just need to make a brand new .xib for SNES9X... and also just redo a lot of the code for 64 bit Mac OS compatibility. Are there similar changes that needed to be made between the 32 bit and 64 bit Windows versions?