Here is the fixed of above code version
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
i have same problem with my app, some of the photos in collection view is missing, by debugging i saw that somehow index gets skipped
iOS 16.4.1 iPhone 13 PRO
same here, i tried adding /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" but still getting error that admin password is needed for sudo
Here is the fixed of above code version
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
i have same problem with my app, some of the photos in collection view is missing, by debugging i saw that somehow index gets skipped
iOS 16.4.1 iPhone 13 PRO
same here, i tried adding /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" but still getting error that admin password is needed for sudo