periphery icon indicating copy to clipboard operation
periphery copied to clipboard

Development Pods support

Open d1mster opened this issue 2 years ago • 9 comments

Does library support development pods? I run script, it works properly, but periphery found unused code only in my main target.

d1mster avatar Apr 18 '22 06:04 d1mster

Hi @d1mster! I have just recently tried it and it works for me without issues. The only thing is that the --setup did not detect the target automatically. My yml file looks like this:

retain_public: true
schemes:
- DevelopmentPod
- SampleApp
targets:
- DevelopmentPod
- SampleApp
- SampleAppTests
- SampleAppUITests
workspace: Soteria/Soteria.xcworkspace

andraskadar avatar Apr 29 '22 08:04 andraskadar

have same question: wonder if we planning to support DevelopmentPod, thanks

xuekevin avatar May 04 '22 21:05 xuekevin

basically when seeing my project structure in xcode, it is like below

| MyProject | AppDelegate | Pods | Development Pods | modulePod1 | modulePod2 | modulePod3

if I add modulePod1 's target name into yml file, the error will be Target 'modulePod1' does not exist in MyProject.xcworkspace`

xuekevin avatar May 04 '22 22:05 xuekevin

Hey all, thanks for reporting. I will take a look shortly!

ileitch avatar May 08 '22 11:05 ileitch

Hi @ileitch , Can we ask if there is any progress on this issue so far? Or you can provide us a hint or suggestion to contribute to this?

canhth avatar Sep 26 '22 04:09 canhth

Sorry @canhth I've not had time yet to look into this.

ileitch avatar Sep 29 '22 04:09 ileitch

Hi @ileitch , I think most of the projects which use Development Pod will need this support. Can we start to find the solution?

canhth avatar Aug 04 '23 08:08 canhth

Hi, any solution how to use it for Development Pods?

rarias84 avatar Sep 05 '23 08:09 rarias84

@ileitch Are there any plans to introduce periphery for Development Pods?

NiallKhaibullin avatar Dec 21 '23 09:12 NiallKhaibullin