leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

PSA: Note that injected symlink code interferes with Cocoapods 1.12.1 #167

Open winstondu opened 1 year ago

winstondu commented 1 year ago

If anyone has problems building on XCode 14.3 with Cocoapods 1.12.1, note that this is because this gem overrides readlink, which is used for a cleaner symlink unroll.

Use my branch at Backbone-Labs/cocoapods-binary, branch: "winston/new-cocoapods-change"

See: https://github.com/CocoaPods/CocoaPods/pull/11828