cocoapods-packing-cubes icon indicating copy to clipboard operation
cocoapods-packing-cubes copied to clipboard

Dynamic framework doesn't work

Open rizwan95 opened this issue 6 years ago • 5 comments

First of all thanks a lot for giving this cool plugin, but the thing is it is not working for dynamic framework, am I missing something? Please help.

rizwan95 avatar Dec 20 '18 17:12 rizwan95

Please open a PR with a failing test case if possible, otherwise I’m not really going to have time to dig in

segiddins avatar Dec 20 '18 18:12 segiddins

The problem is I can't figure out how it works. It would be very helpful for us if you could update the readme. What to do after adding these lines in the pod file? plugin 'cocoapods-packing-cubes', 'AFNetworking' => { 'linkage' => 'static', 'packaging' => 'framework' }

Should we do pod install?

rizwan95 avatar Dec 20 '18 18:12 rizwan95

yes, pod install.

segiddins avatar Dec 20 '18 19:12 segiddins

I did, but nothing seems to happen. It is the same. It doesn't install any pod.

rizwan95 avatar Dec 21 '18 09:12 rizwan95

I have added pod install command in the README.md file. Here is the PR https://github.com/segiddins/cocoapods-packing-cubes/pull/8

rizwan95 avatar Dec 21 '18 10:12 rizwan95