deets / minimal-pyobjc

A simple and minimal PyObjc application
4 stars 3 forks source link

Xcode Question #1

Open Cabalist opened 6 years ago

Cabalist commented 6 years ago

This has been really helpful for me. Would you be able to detail the steps you used to create each piece?

For instance I cannot get Xcode 9 to recognize my ApplicationDelegate if I start from scratch in Interface builder.

I really appreciate your work on this as there isn't anywhere near enough documentation for these packages. :)

deets commented 6 years ago

Sheesh. I have no clue anymore ;) I tend to copy this project & then actually rename sources and identifiers in the Xcode project. Not too long ago that worked for me. But I haven’t tried adding e.g. another class.

Did you try just adding a class/object (the blue box) in the interface builder & then just give it a class name? And then introduce a same name class in python?