From 92e7a545b2bab28be7181ee95f44d5aeb3f5e245 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 7 Feb 2024 18:14:15 +0800 Subject: [PATCH] Upgrade Demo to use the generate_multiple_pod_projects Seems many user use this type of integration, which hide some header issue --- Podfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Podfile b/Podfile index 18d396f..7fa787a 100644 --- a/Podfile +++ b/Podfile @@ -1,3 +1,7 @@ +install! "cocoapods", + :generate_multiple_pod_projects => true, + :incremental_installation => true + use_frameworks! example_project_path = 'Example/SDWebImageWebPCoderExample'