f-23 / react-native-passkey

Passkeys for React Native
MIT License
121 stars 25 forks source link

Pod not installing in apps with a minimum deployment target below 15 #8

Closed Ptitou-fr closed 1 year ago

Ptitou-fr commented 1 year ago

Hey there,

Nice job, I like your module.

I've seen in the file 'react-native-passkey/ios/Passkey.swift', You check if Passkeys are supported by the OS version, if not, you return an error message. I think that part is right.

But, it appears that you are requesting a minimum deployment target of 15 in your pod specification. => CocoaPods failed to find a compatible version for pod "react-native-passkey" if your project minimum deployment target is less than 15.

For your module to be usable in apps that are currently in production, you should reduce the minimum deployment target to at least 11 or 12.

f-23 commented 1 year ago

Hi! You are absolutely right. Looks like I've missed this. I will update it with the next release.