There are a lot of things that can go wrong. I was using Xcode 8 beta 3 and CocoaPods 1.something.
If you have two Xcode versions, make sure that you are using the right one for xcodebuild. You can specify it in Preferences > Locations > Command Line Tools.
Thanks Caroline, I enjoyed the video. I was wondering if you knew of best practice for which cocoapod specific files should be committed to version control when working on a project which uses pods? If the answer is “it depends” or the likes, I was wondering if you could shed some light on what you generally prefer to include when starting a new project which will use pods.
Thanks Caroline! That was very interesting and useful. And what about libraries / frameworks that must be distributed as a binary (private source code). Do you plan to show how that can be done?
@caroline I was wondering if the following scenario is possible.
Lets say I have a project that is a CocoaPod and needs some JS files to run.
Those JS files are hosted in another git repo that is not a CocoaPod.
Is it possible to use these files as a dependency of some sorts in the Pod spec file?
@caroline When creating the podspec is there a way to have a local repo for example instead of s.source {:git =>} is there a way to have a local file path.