Hello all,
Honestly, I've exhausted all my ideas and strategies, so hoping someone can help.
- I have a project, a FileMaker plug-in written in C++. It builds fine in OS 10.6.8/Xcode 3.2. This plug-in is a utimately a package with a shared library inside.
- I need to test and debug in OS 10.10. The project opens in Xcode 6.4. However, the Build For commands are all grayed. Compile puts up the informative modal dialog, "An unknown error has occurred."
- There is no explanation of this error in the Issues tab or Console, which are the only places I know where to look.
- I have gone over the build setting uncountable times and spotted no problems. Changed project format to Xcode 6.3. Renamed project using file pane. Uttered curses and incantations. However, see next.
- I suspect some kind of path configuration issue. However, in Xcode 6, I can no longer see what various paths expand to. When the path is long, the expansion is cut off in a short field, boxed in by various panes, and ultimatey by the width of my screen. There is no way to make the field wide enough to view it. Furthermore, some paths are in a light gray small font that my weak eyes can read only if I stick my nose on the screen. This is a major usability problem - is there any solution or workaround for seeing path expansions and darkening these fields?
- I have tried making a brand new Generic C++ Plug-in project from the template, and editing it to match the existing project, transferring settings and files a few at at time. Suffice it to say at this point, without success. The error messages generated are incomprehensible; my guess is that the errors are a result of incorrect search paths and setting expansions that I cannot see in order to diagnose. For example,
Check dependencies
Argument list too long: recursive header expansion failed at /Applications/Wolfram CDF Player.app/Contents/SystemFiles/Components/NaturalLanguageProcessing/Resources/WLTagger.
Of course, this project has no relationship to a random item that happens to be in the Applications folder.
Any help will be very much appreciated.
Doug