Missing header on xcode template

Hi,
I’m trying to write plugins in Xcode, Cocoa. But I got error message with missing header file issue.
The missing header is like below.
“GlyphsKit/NSBundle+NibLoading.h”

Are there any changes in Xcode templates or structure? please let me know.

Thanks,

You need a current version of Glyphs 2 in the Application folder. And it has to be called Glyphs.app. If you need it to be a different name, you need to re-link the frameworks to he correct path.

I updated the template.

Thanks you so much! I’ll try again.