Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

1.5 Broken with cocoa pods (can't link A2BlockDelegate) #82

Closed
coneybeare opened this issue Jun 14, 2012 · 2 comments
Closed

1.5 Broken with cocoa pods (can't link A2BlockDelegate) #82

coneybeare opened this issue Jun 14, 2012 · 2 comments

Comments

@coneybeare
Copy link

Using the latest...

dependency 'BlocksKit', '~>1.5'

I get:

Undefined symbols for architecture i386:
  "_a2_property_copyAttributeValue", referenced from:
      _bk_getterForProperty in libPods.a(A2BlockDelegate+BlocksKit.o)
      _bk_setterForProperty in libPods.a(A2BlockDelegate+BlocksKit.o)
  "_A2BlockDelegateMapKey", referenced from:
      _bk_resolveInstanceMethod in libPods.a(A2BlockDelegate+BlocksKit.o)
  "_A2BlockDelegateProtocolsKey", referenced from:
      _bk_resolveInstanceMethod in libPods.a(A2BlockDelegate+BlocksKit.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@zwaldowski
Copy link
Collaborator

I cannot replicate this even with a fresh install of CocoaPods. Update to the latest CocoaPods specs repo by running pod setup and update to the latest CocoaPods by running gem install cocoapods. Those symbols are available in the latest A2DynamicDelegate, 2.0.1 at time of writing.

@coneybeare
Copy link
Author

I was using the latest and each delete reinstall I did gave different results. Using a downloaded BlocksKit framework worked fine however. I guess CocoaPods is still a bit to unstable to start using... a bummer really.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants