$PODS_ROOT is deprecated
Opened this issue · 1 comments
Deleted user commented
As of CocoaPods 0.34, the PODS_ROOT variable is deprecated. This seems to break my build with the following error:
ruby: No such file or directory -- /Optimizely-iOS-SDK/scripts/OptimizelyPrepareNibs.rb (LoadError)
Command /bin/sh failed with exit code 1
To quote http://blog.cocoapods.org/CocoaPods-0.34:
"Unfortunately during the release candidates we discovered that a non negligible number of Pods rely on the unsupported PODS_ROOT configuration setting instead of using the vendored_frameworks and the vendored_libraries attributes. [...] However, this is a temporary band aid and Podspecs maintainers should update their specifications as soon as possible."
Problem seems to come from scripts/prepare_command.rb
in line $PODS_ROOT/Optimizely-iOS-SDK/scripts/OptimizelyPrepareNibs.rb
Deleted user commented
Closing. This is unrelated to canvas.