Skip to content

'SDInternalMacros.h' file not found #100

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

Closed
LisonFan opened this issue Feb 7, 2024 · 5 comments
Closed

'SDInternalMacros.h' file not found #100

LisonFan opened this issue Feb 7, 2024 · 5 comments

Comments

@LisonFan
Copy link

LisonFan commented Feb 7, 2024

Version: 0.14.5

Podfile

source "https://cdn.cocoapods.org/"

install! "cocoapods",
         :generate_multiple_pod_projects => true,
         :incremental_installation => true

use_frameworks!

platform :ios, "12.0"

target "test" do
  pod "MyLayout"
  pod "ReactiveObjC"
  pod "Masonry"

  pod "SDWebImage"
  pod "SDWebImageWebPCoder"
end

post_install do |installer|
  installer.generated_projects.each do |project|
    project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"] = "YES"
        config.build_settings["ENABLE_BITCODE"] = "NO"
        config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "12.0"
        config.build_settings["EXCLUDED_ARCHS"] = "armv7 armv7s i386"
        config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "armv7 armv7s arm64 i386"
        config.build_settings["CODE_SIGN_IDENTITY"] = ""
        config.build_settings["CODE_SIGNING_ALLOWED"] = "NO"
        config.build_settings["CODE_SIGNING_REQUIRED"] = "NO"
        config.build_settings["ENABLE_USER_SCRIPT_SANDBOXING"] = "NO"
      end
    end
  end
end

image

@dreampiggy

@LisonFan
Copy link
Author

LisonFan commented Feb 7, 2024

#101

@dreampiggy
Copy link
Contributor

You're using generate_multiple_pod_projects

Will re-release this version, pod cache clean && re-pod install

@dreampiggy
Copy link
Contributor

re-released 0.14.5

@phlippieb-discovery
Copy link

Hi @dreampiggy I'm still getting this issue after pod cache clean --all, as well as clearing out derived data, clearing all developer data, and restarting my machine. Are we sure the update was released? Perhaps it would be simpler to make a new release 0.14.6?

@dreampiggy
Copy link
Contributor

dreampiggy commented Feb 19, 2024

I guess this re-released as indeed ?

https://github.com/CocoaPods/Specs/blob/master/Specs/e/9/d/SDWebImageWebPCoder/0.14.5/SDWebImageWebPCoder.podspec.json

See that private_header_files filed, which is correct.

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