leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Do you plan to support multiple targets? #87

Open jay2w opened 4 years ago

jay2w commented 4 years ago

I have a large project where your plugin would be very helpful. The problem is, that I have two targets. (iOS and watchOS) On pod install I get following message:

The plugin requires that one pod should have ONLY ONE target in the 'Pod.xcodeproj'.

Is it planned to support two different targets? Or are there other ways to get the plugin working for two targets?

AccuPhoenix01 commented 4 years ago

+1; I have a large app that has a Widget (TodayExtension), Watch, and tvOS app in the workspace.