'Other Linker Flags' invalid with simulator after Xcode12beta4

It’s invalid by setting Other Linker Flags to compile
library dependencies with simulator on Xcode12 beta4 and after IDE,but it's ok on devices. By the way, this problem always exist untils Xcode12Beta6.

By Xcode10.2 Release Note Information with https://developer.apple.com/documentation/xcode-release-notes/xcode-10_2-release-notes
Code Block
New Features
Implicit Dependencies now supports finding dependencies in Other Linker Flags for linked frameworks and libraries specified with -framework, -weak_framework, -reexport_framework, -lazy_framework, -weak-l, -reexport-l, -lazy-l, and -l. (7879587)

Fixed by recreating a project with Xcode12
'Other Linker Flags' invalid with simulator after Xcode12beta4
 
 
Q