ScreenShield is an iOS library that provides a simple way to protect your app's content from being captured or recorded by screenshots, screen recordings, or other screen capture methods. It works by adding a secure layer on top of your views, which prevents most screen capture mechanisms from recording the underlying content.
MIT License
113
stars
18
forks
source link
Specs satisfying the `ScreenShield` dependency were found, but they required a higher minimum deployment target. #16
Hi , I was trying pod install but show error
" [!] CocoaPods could not find compatible versions for pod "ScreenShield":
In Podfile:
ScreenShield
Specs satisfying the ScreenShield dependency were found, but they required a higher minimum deployment target."
Hi , I was trying pod install but show error " [!] CocoaPods could not find compatible versions for pod "ScreenShield": In Podfile: ScreenShield Specs satisfying the
ScreenShield
dependency were found, but they required a higher minimum deployment target."Here is my Podfile:
`require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/react-native-unimodules/cocoapods.rb' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '11.0'
target '[app name]' do use_unimodules! config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
end
pod 'ScreenShield'`
Can you help me to solve this? thank you :)