pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

Cannot find objc/objc-runtime.h #112

Closed mluu510 closed 9 years ago

mluu510 commented 9 years ago

I have a project with PivotalCoreKit that's complying that 'objc/objc-runtime.h' file not found.

I have this setting on my Podfile:

target 'Specs' do
    pod 'Cedar', '~> 0.10.0'

    PCK = {git: 'https://github.com/pivotal/PivotalCoreKit.git', commit: '6905ec0'}
    pod 'PivotalCoreKit/Core', PCK
    pod 'PivotalCoreKit/Foundation/SpecHelper', PCK
    pod 'PivotalCoreKit/UIKit/SpecHelper', PCK
end
mluu510 commented 9 years ago

Never mind. Did a pod update. Working now.

akitchen commented 9 years ago

Thanks for following up, glad you got it sorted out

On Mon, Jan 5, 2015 at 3:04 PM, Minh Luu notifications@github.com wrote:

Never mind. Did a pod update. Working now.

— Reply to this email directly or view it on GitHub https://github.com/pivotal/PivotalCoreKit/issues/112#issuecomment-68798470 .