On Mon, Sep 16, 2013 at 3:30 PM, thomas burt <thomaseburt@gmail.com> wrote:

I've been attempting to use the "-staticlib" and "-threaded" options to build the library, but Xcode reports missing symbols from both the RTS and my own code when it tries to link. Furthermore, when I run arm-apple-darwin10-ghc it reports that a number of libraries from the RTS have no symbols (although "nm" can find them just fine).

In case anyone is having the same issue: I was able to fix this by setting "Build Active Architecture Only" to YES in the Xcode build settings. 

-Thomas