- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Attempting to test building a simple project consisting of a short fortran program using the XCode interface. Following the steps in the documentation, I get to a successful build. Actions menu does not list a "run... " option for the created target or executable. Attempting to execute using the "Build and Go" option generates an error: "no launchable executable present at path".
What's wrong?
I'm running IFort version 10.1.015, XCode 3.0, on an Intel Mac with OS 10.5.5
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue may be caused by an inappropriate Architectures setting that includes ppc (PowerPC).
Try following the instructions in the earlier post located here to remove ppc and use either i386 or x86_64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue may be caused by an inappropriate Architectures setting that includes ppc (PowerPC).
Try following the instructions in the earlier post located here to remove ppc and use either i386 or x86_64
Thanks, that seemed to solve the problem.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page