darling icon indicating copy to clipboard operation
darling copied to clipboard

AppKit: Symbol not found: _NSAllRomanInputSourcesLocaleIdentifier

Open bpint opened this issue 5 years ago • 0 comments

Framework It seems _NSAllRomanInputSourcesLocaleIdentifier is missing from AppKit

Test Application A GUI application "WeChat" from https://mac.weixin.qq.com/

Steps To Reproduce

  1. Create symbol links AudioUnit for AudioToolbox to work around missing AudioUnit support.
  2. Run application from console, with "/Applications/WeChat.app/Contents/MacOS/WeChat"
dyld: Symbol not found: _NSAllRomanInputSourcesLocaleIdentifier
  Referenced from: /Applications/WeChat.app/Contents/MacOS/WeChat (which was built for Mac OS X 10.11)
  Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 in /Applications/WeChat.app/Contents/MacOS/WeChat
Abort trap: 6 (core dumped)

System Information Ubuntu 20.04 with kernel 5.4

Software Version
Darling Git Commit Hash
0.1.20200331~testing offical release
git version 018105b80750730457a1b3b503926c64923be7aa

bpint avatar Jul 07 '20 01:07 bpint