pinterest / PINRemoteImage

A thread safe, performant, feature rich image fetcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hendych opened this issue · comments

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

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