AlexeyMatrosov
Results
2
comments of
AlexeyMatrosov
The same problem in my release version. Instead of permissions screen some users see blank screen with circle progress bar
@ntnbkta I have same problem. You can add next lines to your pod file: > post_install do |installer| > installer.pods_project.targets.each do |target| > target.build_configurations.each do |config| > if config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] ==...