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

Broken build using PINRemoteImage/WebP 3.0.1 when using :generate_multiple_pod_projects => true in Podfile #568

Closed
hendych opened this issue Sep 18, 2020 · 1 comment · Fixed by #569

Comments

@hendych
Copy link
Contributor

hendych commented Sep 18, 2020

The newest release version 3.0.1 when using WebP subspecs, seems have broken build.
When installed using:

platform :ios, '11.0'
inhibit_all_warnings!
use_modular_headers!
use_frameworks! :linkage => :static

:generate_multiple_pod_projects => true, // this cause the build to fail in PINRemoteImage

pod 'PINRemoteImage/WebP', '= 3.0.1'

Screen Shot 2020-09-18 at 15 38 51

When I saw the changes, this seems the root cause of the broken build.
Screen Shot 2020-09-18 at 15 39 29

Edit:

I tried the Example too and able to reproduce the error.
Screen Shot 2020-09-18 at 15 56 49

Turns out the build will be failed when we are using:
:generate_multiple_pod_projects => true
in the Podfile

@hendych
Copy link
Contributor Author

hendych commented Sep 18, 2020

Sorry, might be false alarm. I tried the Example app it works as expected. Will check my pods installation again.

Edit: found the root cause and able to reproduce the error in the example project

@hendych hendych closed this as completed Sep 18, 2020
@hendych hendych reopened this Sep 18, 2020
@hendych hendych changed the title Broken build using PINRemoteImage 3.0.1 Broken build using PINRemoteImage/WebP 3.0.1 when using :generate_multiple_pod_projects => true in Podfile Sep 18, 2020
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

Successfully merging a pull request may close this issue.

1 participant