After upgrading Xcode to Version 11.1 (11A1027), my iOS app(MyApp) crashes in Xcode at the start of its running with the following runtime error:
dyld: Symbol not found: ___chkstk_darwin Referenced from: /var/containers/Bundle/Application/xxxxxxxxxx/MyApp.app/MyApp Expected in: /usr/lib/libSystem.B.dylib
MacOS: Mojave 10.14.6 (18G103) Xcode: 11.1 (11A1027) Target Device: iPhone 6 Plus Target Device iOS: 12.4.2
It does not have any issues in Xcode 10.3. Any helps, comments will be appreciated. Thanks in advance.


