Skip to content
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

resource_bundle is broken in 1.0.0.beta.2 #4762

Closed
djbe opened this issue Jan 13, 2016 · 4 comments
Closed

resource_bundle is broken in 1.0.0.beta.2 #4762

djbe opened this issue Jan 13, 2016 · 4 comments

Comments

@djbe
Copy link

djbe commented Jan 13, 2016

Any pod in my Podfile that uses the resource_bundles property is broken: the copy bundle resources step for each corresponding bundle target contains no items. If I rollback to 0.39.0, everything works as it is supposed to.

Example pod with (now) broken resource_bundles step:
https://github.com/TimOliver/TOWebViewController/

Also happens in a private podspec with the following bundles:

s.resource_bundles = {
    'Appwise-iOS' => ['Appwise-iOS/Resources/*.lproj']
}
@efirestone
Copy link
Contributor

Looks like this is related to my change in #4635

Looking into it now.

@djbe
Copy link
Author

djbe commented Feb 5, 2016

Beta 3 fixes this for me.

Thx @efirestone!

@djbe djbe closed this as completed Feb 5, 2016
@danielgalasko
Copy link

Can anyone confirm if this is working in beta 6? One of my dependencies pod NYTPhotoViewer is now failing for the same error

error: /Path/To/Build/Products/Debug-iphonesimulator/NYTPhotoViewer/NYTPhotoViewer.bundle: No such file or directory

@danielgalasko
Copy link

In fact I just checked with beta 3 now and its still broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants