Nick Velloff

Results 15 comments of Nick Velloff

``` % pod spec which AsyncDisplayKit ~/Documents MacBook-Pro /Users/nick/.cocoapods/repos/master/Specs/AsyncDisplayKit/1.9.80/AsyncDisplayKit.podspec.json ```

``` % pod env ~ Nicholass-MacBook-Pro ### Stack CocoaPods : 1.0.1 Ruby : ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15] RubyGems : 2.6.4 Host : Mac OS X 10.11.5 (15F34) Xcode...

OK one note... This is the second `AsyncDisplayKit` playground install. First worked as expected.

``` use_frameworks! target 'AsyncDisplayKitPlayground' do pod 'AsyncDisplayKit', :path => '/Users/nicholasvelloff/Documents' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_B$ end end end ``` One more note:...

Hmmmmm.... `/Users/nicholasvelloff/Documents` doesn't have the spec.

`/Users/nicholasvelloff/Documents/AsyncDisplayKit/AsyncDisplayKit.podspec` is the actual location

Cool 👍 Thanks for this BTW... saves me a lot of time.

Given the description of the solution, I don't see how moving them is a problem.

https://user-images.githubusercontent.com/885369/223561216-27ac6098-9c64-400a-bcba-74472088d125.mov Same. Thanks!