nixzhu / Proposer

Make permission request easier.
MIT License
854 stars 46 forks source link

iOS 8 crash Contacts Library not loaded #14

Closed isandboy closed 5 years ago

isandboy commented 5 years ago

I have a crash in iOS 8, beacuse the library use Contacts library, but Contacts library is available in iOS 9.0

dyld: Library not loaded: /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence Referenced from: /System/Library/Frameworks/Contacts.framework/Contacts Reason: no suitable image found. Did find: /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence: mach-o, but not built for iOS simulator

nixzhu commented 5 years ago

Drop iOS 8 support. Or drag the Proposer.swift to your project, modify it as you need.

isandboy commented 5 years ago

Drop iOS 8 support. Or drag the Proposer.swift to your project, modify it as you need.

I got it, thanks