I'm using Mac Book Pro with OS Mavericks. Installed NI VISA 5.4 for MAC. It can detect an USB instrument ok - via NI VISA CONFIGURATION tool.
Now trying to build Xcode based example programs that installer provided does not work out of the box for at least 2 reasons:
- NI is putting the framework in the wrong location (maybe good back in Snow Leopard a few years ago)
- Find Frameworks has to be changed to point to where NI puts the VISA framework.
Having the above Xcode project sorted out - it builds. Runing any of the applications though causes:
"Abort trap: 6"
I'm building with XCODE Version 5.0.2 (5A3005), which uses Apple LLVM 5.0 (based on LLVM 3.3).
Which version of gcc was your framework built with ? Will it ever be supported in recent/latest/modern versions of LLVM ??