I updated xcode 8 and having issue with PassKit framework integration.
here is my case:
If i'm running on simulator below iOS 10.0 with wallet capabilities disabled, i'm getting
dyld_sim`dyld_fatal_error: 0x179e000 <+0>: int3
-> 0x179e001 <+1>: nop
and
Symbol not found: _kABPersonAddressCityKey error log.
Note that i'm not using wallet in my project, and anything related to passkit as well. so just to solve issue i include PassKit framework.
So basically what i notice that Wallet capabilities and PassKit.framework in Link Binary With Frameworks depended to each other. Disable wallet and passkit will be removed from linked frameworks.
Anyone already had this issue, how you solve it? and how keep PassKit in linked frameworks without enabling wallet capabilities?
Thing is that with wallet enabled i'm getting certificate error when running on device, because it's require wallet switch enable on my developer account as well.