cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.21k stars 333 forks source link

XcodeCapp: Converting interface files has failed #3002

Closed darkoverlordofdata closed 2 years ago

darkoverlordofdata commented 2 years ago

I want to use the interface builder, so I’m trying the tutorial at https://www.cappuccino.dev/learn/xcode-basics.html.

I’m running macOS Version 10.15.7, Xcode version 12.4, and I followed the install from source instructions. Initially, XcodeCapp was not in /Applications, so I opened the XcodeCapp.xcodeproj in xcode and ran build, and then it was.

Then I followed the instructions up to the part where it says:


On the bottom right part of Xcode, you’ll see a library of controls. Search for label: 

And there are no controls. There is an error popup


Resources/MainMenu.xib 

Converting interface files has failed 

And I can also see an error description on the left panel:


Illegal configuration 

Compiling for earlier than macOS 10.6 is no longer supported 

MainMenu.xib 

I've never used a mac before. Do I need an earlier version of Mac? Or Xcode? What versions would work best?

cappbot commented 2 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

darkoverlordofdata commented 2 years ago

Ok. Looks like the issue is your instructions are just way out of date. I found a builds for setting and changed it to 'macOS 10.6 or later' and now the error goes away. As for other issues, looks like I need to read some current documentation regarding Xcode.