In Xcode 14 & iOS 16 purple warnings starting with ‘This method should not be called on the main thread as it may lead to UI unresponsiveness.’

Good in-depth reply from an Apple employee on the forums. The poor interaction between WKWebView, Security framework, and this Xcode feature is a known issue (r. 94019453). We plan to address it at some point but I don’t have any info to share as to when that’ll happen.

Missing file libarclite_iphoneos.a (Xcode 14.3)

Add the below code to the Podfile. It works for me. Version 14.3 beta 2 (14E5207e) post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings[‘IPHONEOS_DEPLOYMENT_TARGET’] = ‘13.0’ end end end end

Missing file `libarclite_iphoneos.a` in Xcode 14.3 after update flutter and Xcode

post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings[‘IPHONEOS_DEPLOYMENT_TARGET’] = ‘13.0’ end end end installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end Try updating your ios/Podfile. Change 13.0 with the version you have at the top of the file.

Xcode 14 deprecates bitcode – but why?

Bitccode is actually just the LLVM intermediate language. When you compile source code using the LLVM toolchain, source code is translated into an intermediate language, named Bitcode. This Bitcode is then analyzed, optimized and finally translated to CPU instructions for the desired target CPU. The advantage of doing it that way is that all LLVM … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)