-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom copy resources failing with 0.17.0.rc2 #837
Comments
This is issue is impacting other specs like the HockeySDK-iOS. I managed to find that the |
The path is now accessible through: def s.post_install(library) # library_representation replaces the old target installer
script_path = library.copy_resources_script_name
end I was not able to keep compatibility with 0.16. You can use a copy of the podspec updated but, please don't submit it to the specs repo until 0.17 is released as it would create issue in 0.16. FYI the issues with the hooks are cause by a refactor introduced to prevent this kind of issue in future. Previously the hooks where using out internal class which are not stable yet. With the representations which are used now, we can control precisely the exposed interface. |
Thanks for giving us details, it's nice to understand the engineering decision behind the refactor. |
Having a transitioning guide (one for all the version) would be very helpful. I see that you are already familiar with the docs repo. So if this is something that you would like to work on please feel free to go ahead. I'm a bit busy to curate it atm but I can answer any question you have. Btw let me know if you would like to join our Campfire. |
I will work on something for the transition! so I'll sure have a lot of question :) because this repository is new for me, but I like the way you've built it, so I'm reading the source code to understand the pieces and so far that's a great experience. Btw I'd love joining your Campfire ! |
Invitation sent! |
I'm testing out the new version with the MapBox spec and it's failing lint as below. This bit of the spec is related to first building a resources bundle, then copying it. The bundle is not available like normal resources since it's a secondary target in the Xcode project that needs to be built first. I worked out this method with some help on the mailing list, but I'm not sure why it's breaking.
Stack
Error
The text was updated successfully, but these errors were encountered: