ProjectForTesting git:(main) ✗ pod install
Analyzing dependencies
[!] Unable to find a specification for `Strapi`
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
[!] Automatically assigning platform `iOS` with version `16.0` on target `ProjectForTesting` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
Podfile
# Uncomment the next line to define a global platform for your project
# platform :ios, '16.0'
target 'ProjectForTesting' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Strapi'
# Pods for ProjectForTesting
end
Error in terminal
Podfile