React Native / iOS SDK. No matching function for call to ‘RCTBridgeModuleNameForClass’ after update iOS SDK to 14.5

Put this code at the bottom of your ios/Podfile post_install do |installer| ## Fix for XCode 12.5 find_and_replace(“../node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm”, “_initializeModules:(NSArray<id<RCTBridgeModule>> *)modules”, “_initializeModules:(NSArray<Class> *)modules”) find_and_replace(“../node_modules/react-native/ReactCommon/turbomodule/core/platform/ios/RCTTurboModuleManager.mm”, “RCTBridgeModuleNameForClass(module))”, “RCTBridgeModuleNameForClass(Class(module)))”) end def find_and_replace(dir, findstr, replacestr) Dir[dir].each do |name| text = File.read(name) replace = text.gsub(findstr,replacestr) if text != replace puts “Fix: ” + name File.open(name, “w”) { |file| file.puts replace } … Read more

Xcode doesn’t support iOS 15.0

Without updating Xcode, you need to put the relevant device file in the DeviceSupport section and run Xcode again. DeviceSupport files are located here. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport https://github.com/filsv/iPhoneOSDeviceSupport You can download iOS15 devicesupport file from here, then you need to unzip, then you need to put it in DeviceSupport section on your mac. When you restart Xcode, … Read more

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