Error symbols build iOS using Xcode

I’m facing a symbol issue when creating an iOS build using xcode.
Unit version is 2020.3.48f1
Version of XCode is 14.3.1
I’m building for minimum version 11.0

The error happens inside the UnityFramework :

Undefined symbols for architecture arm64:
“__iOSBluetoothLEReadRSSI”, referenced from:
BluetoothLEHardwareInterface_iOSBluetoothLEReadRSSI_m370CA7B51DCD47ABB81B52EE31EA2B99FE63F08D in Assembly-CSharp-firstpass.o
(maybe you meant: BluetoothLEHardwareInterface_iOSBluetoothLEReadRSSI_m370CA7B51DCD47ABB81B52EE31EA2B99FE63F08D)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Has anyone experienced this or a similar problem before and can you please help me?

Could someone help me? I still can’t solve this problem