xbase-lab / xcodeproj

XcodeProj parser and data representation
5 stars 2 forks source link

Add visionOS support #7

Open paulhdk opened 7 months ago

paulhdk commented 7 months ago

Hi @kkharji!

I'm currently trying to add visionOS support to the xbase Neovim plugin. See the corresponding draft PR here.

The problem is that I'm still getting the following error when trying to open the Apple Vision Pro Hello World project.

Setup [Avp-HelloWorld] Failed to setup project: Parse content

I presume that this has to do with pest not knowing about some node in project.pbxproj? Do you have any pointers on how I could debug this further?