I have updated to 17.1.2 and it’s still not fixed
Post
Replies
Boosts
Views
Activity
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 the same problem, can't figure it out the proper solution.. Thanks apple again for breaking stuff and letting devs suffer
Have anyone tested this on latest iOS 16.5 betas?
will this issue be fixed in next iOS update? Please hire more QA, such bugs are not acceptable.
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