Jump to content

[FIXED] mac builder help needed


lynx

Recommended Posts

I integrated our github repo with travis, so pull requests will have automatic tests (who will be the first to try? :)). It also supports osx, which initially works fine with cmake too. However just after linking the main binary:

Linking CXX executable GemRB.app/Contents/MacOS/GemRB
Compiling GemRB.xib
/* com.apple.ibtool.errors */
/Users/travis/build/gemrb/apple/CocoaWrapper/mac/nibs/GemRB.xib: error: Interface Builder could not open the document GemRB.xib" because it does not exist.

https://travis-ci.org/gemrb/gemrb/jobs/89652103

 

Any ideas what this is about? Are we supposed to supply a xib file, call some xcode/cmake command to generate it, something else?

 

EDIT: fixed, it was using a wrong path

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...