Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dyld: Symbol not found: _kABPersonAddressCityKey XCODE 8 issue

Tags:

ios

xcode8

Hi My code was running perfectly in xcode 7.x.x

As soon as i updated my xcode i am getting this issue please give me the solution for this.

Details :

dyld: Symbol not found: _kABPersonAddressCityKey Referenced from: /var/containers/Bundle/Application/0A16B18D-CB72-4FCA-94F7-422AFD1411AD/ABCD.app/ABCD Expected in: /System/Library/Frameworks/PassKit.framework/PassKit in /var/containers/Bundle/Application/0A16B18D-CB72-4FCA-94F7-422AFD1411AD/ABCD.app/ABCD

like image 739
Bablu Joshi Avatar asked Sep 14 '16 08:09

Bablu Joshi


1 Answers

Add PassKit.framework to your Link Binary With Libraries in your Build Phases and set its Status to Optional

enter image description here

like image 129
Pau Senabre Avatar answered Oct 19 '22 17:10

Pau Senabre