Module: Pod

Defined in:
lib/cocoapods-binary/Prebuild.rb,
lib/cocoapods-binary/Main.rb,
lib/cocoapods-binary/Integration.rb,
lib/cocoapods-binary/Integration.rb,
lib/cocoapods-binary/Integration.rb,
lib/cocoapods-binary/helper/passer.rb,
lib/cocoapods-binary/rome/build_framework.rb,
lib/cocoapods-binary/helper/target_checker.rb,
lib/cocoapods-binary/helper/podfile_options.rb,
lib/cocoapods-binary/helper/podfile_options.rb,
lib/cocoapods-binary/helper/feature_switches.rb,
lib/cocoapods-binary/helper/prebuild_sandbox.rb

Overview

A fix in embeded frameworks script.

The framework file in pod target folder is a symblink. The EmbedFrameworksScript use ‘readlink` to read the read path. As the symlink is a relative symlink, readlink cannot handle it well. So we override the `readlink` to a fixed version.

Defined Under Namespace

Modules: Generator Classes: Config, Installer, Podfile, Prebuild, PrebuildSandbox