CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

Wrong reference to settings-metadata.plist in Pods group #32

Open tomquist opened 8 years ago

tomquist commented 8 years ago

In the attached project, a wrong reference is created for the file Pods-Test-settings-metadata.plist The reference contains "mainproject/mainproject/" instead of just "mainproject/" CocoaPodsAcknBug.zip

marcelofabri commented 8 years ago

Thanks for reporting this!

The bug is probably in https://github.com/CocoaPods/cocoapods-acknowledgements/blob/master/lib/cocoapods_acknowledgements.rb#L84 and how settings_bundle_in_project gets the settings bundle.

I won't have the time to work on this for a few days, so feel free to try to create a PR 👍

kdawgwilk commented 6 years ago

I am seeing this as well, in our project there are two projects App and Framework and we keep them in their own subdirectories, not sure if this is causing the issue