InsaneDoggo / PackageTemplates

http://ceh9.github.io/PackageTemplates/
Apache License 2.0
37 stars 7 forks source link

Appcode folders issue #3

Open Antowkos opened 7 years ago

Antowkos commented 7 years ago

Hi! I'm so happy that someone make so useful plugins like this! Hope major version will be available soon!

I found a bug with creating package template in Appcode 2016.3.2. The issue is that files creates on disk, but doesn't appear in IDE if I add them with root directory.

My template is extremely simple 2017-02-09 22 23 39

If I check Skip Root Directory package's files will be added to project as expected.

Thanks in advance!

InsaneDoggo commented 7 years ago

Hi, which version do u use? (from releases or from #2 )?

Antowkos commented 7 years ago

The second one

InsaneDoggo commented 7 years ago

After spending some time in seven hells I have reproduced bug in VirtualBox with macOS. Unfortunatelly AppCode isn't open source, so i cant debug it like i do it with Idea, but i have reported issue on JetBrain's forum. Hope they answer before my 30-days trial ends ^_^.

Antowkos commented 7 years ago

Thanks a lot! I hope it will be fixed ASAP, because your plugin is really great one and I'm so excited to use it 👍

InsaneDoggo commented 7 years ago

According to documentation

A Group is an Xcode project model concept

Unfortunatelly Idea Core platform know nothing about Groups. This functionality implemented in closed-source AppCode. All what i can do is suggest to use "add existing files and dirs" action (see link above).

image

Antowkos commented 7 years ago

@CeH9 Actually I'm already using your plugin with skip root directory option always enabled. It isn't hard to create group and after that create all stuff with template! Thanks a lot for your work!