Update
Make sure your Podfile
includes link_with
on targets missing a config file. Cocoapods only sets the first target by default otherwise. e.g.
platform :osx, '10.7'
pod 'JSONKit', '~> 1.4'
link_with 'Pomo', 'Pomo Dev', 'Pomo Tests'
------ End Update
Note: Please do note that you have to look into Project->Info->Configurations for steps below.
I had similar symptoms and found that the pods.xcconfig
file was not being included in the specific target
I was trying to build. Some of the other suggested solutions worked for me, but this one seemed to address part of the underlying issue.
The simple solution was to change set the configuration file for the targets that didn't have one set.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…