Module: Pod
- Defined in:
- lib/cocoapods-binary-matchup/Prebuild.rb,
lib/cocoapods-binary-matchup/Main.rb,
lib/cocoapods-binary-matchup/Integration.rb,
lib/cocoapods-binary-matchup/Integration.rb,
lib/cocoapods-binary-matchup/Integration.rb,
lib/cocoapods-binary-matchup/helper/passer.rb,
lib/cocoapods-binary-matchup/Integration_cache.rb,
lib/cocoapods-binary-matchup/rome/build_framework.rb,
lib/cocoapods-binary-matchup/helper/target_checker.rb,
lib/cocoapods-binary-matchup/helper/podfile_options.rb,
lib/cocoapods-binary-matchup/helper/podfile_options.rb,
lib/cocoapods-binary-matchup/helper/feature_switches.rb,
lib/cocoapods-binary-matchup/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, PrebuildCache Classes: Config, Installer, Podfile, Prebuild, PrebuildSandbox