kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

Tryiing compile framework withing static frameworks #173

Closed kleiberjp closed 4 years ago

kleiberjp commented 5 years ago

I'm having this issue at moment compiler try build the pod UICKeyChainStore, ld: library not found for -lgcc_s.1, we already disable de post configuration for bitcode, and valid_archs settings. What else can I try?

kishikawakatsumi commented 4 years ago

I cannot reproduce this issue. Can you provide more information to reproduce or the reproducible sample project?

kishikawakatsumi commented 4 years ago

Closing due to no response.