Hello, I am playing with buildtool and xcode. I have a basic "hello world" window, every-time I try to get it I get this error "This is an XCode 5 XIB file". I found the error message in ./work/libs-gui-gui-0_27_0/Source/GSXibKeyedUnarchiver.m
Looking at the code it looks like its checking in there is a "document" defined in the xml. When I go to try and build libs-gui-gui-0_27_0 locally (not using the pkg install gnustep-gui) I get the following error GSCharacterPanel.m:81:10: error: use of undeclared identifier 'TRUE' return TRUE; Before I was too much time... Is there a tool that will convert the xcode 11 xib back down to a version that will work with gnustep? Is there a simple "hello world" window xib that I could use to see what the differences are? Could I install gorm and build the gui using it? Thanks, Alexandra
