iOS crash on Simulator

Hello, I’m trying to run my app on iOS Simulator in XCode 11.5 (Unity version: 2019.4.7f1). But App crashes on screen launch and getting following Errors:

2020-08-18 16:44:38.052352+0300 blockpuzzle[60480:2225101] Error loading /Users/pavel/Library/Developer/CoreSimulator/Devices/31954B31-4FD6-464F-A702-50C9AC9EACC1/data/Containers/Bundle/Application/3CC9F71F-BBFA-4FAD-B858-6FB34632FA45/blockpuzzle.app/Frameworks/UnityFramework.framework/UnityFramework:  dlopen(/Users/pavel/Library/Developer/CoreSimulator/Devices/31954B31-4FD6-464F-A702-50C9AC9EACC1/data/Containers/Bundle/Application/3CC9F71F-BBFA-4FAD-B858-6FB34632FA45/blockpuzzle.app/Frameworks/UnityFramework.framework/UnityFramework, 265): Symbol not found: _$s10Foundation13CustomNSErrorMp
  Referenced from: /Users/pavel/Library/Developer/Xcode/DerivedData/Unity-iPhone-hdylvnhrpqlppmarrknjgqgfrcod/Build/Products/ReleaseForRunning-iphonesimulator/UnityFramework.framework/UnityFramework
  Expected in: flat namespace
in /Users/pavel/Library/Developer/Xcode/DerivedData/Unity-iPhone-hdylvnhrpqlppmarrknjgqgfrcod/Build/Products/ReleaseForRunning-iphonesimulator/UnityFramework.framework/UnityFramework
2020-08-18 16:44:38.092173+0300 blockpuzzle[60480:2225101] Error loading /Users/pavel/Library/Developer/CoreSimulator/Devices/31954B31-4FD6-464F-A702-50C9AC9EACC1/data/Containers/Bundle/Application/3CC9F71F-BBFA-4FAD-B858-6FB34632FA45/blockpuzzle.app/Frameworks/UnityFramework.framework/UnityFramework:  dlopen(/Users/pavel/Library/Developer/CoreSimulator/Devices/31954B31-4FD6-464F-A702-50C9AC9EACC1/data/Containers/Bundle/Application/3CC9F71F-BBFA-4FAD-B858-6FB34632FA45/blockpuzzle.app/Frameworks/UnityFramework.framework/UnityFramework, 265): Symbol not found: _$s10Foundation13CustomNSErrorMp
  Referenced from: /Users/pavel/Library/Developer/Xcode/DerivedData/Unity-iPhone-hdylvnhrpqlppmarrknjgqgfrcod/Build/Products/ReleaseForRunning-iphonesimulator/UnityFramework.framework/UnityFramework
  Expected in: flat namespace
in /Users/pavel/Library/Developer/Xcode/DerivedData/Unity-iPhone-hdylvnhrpqlppmarrknjgqgfrcod/Build/Products/ReleaseForRunning-iphonesimulator/UnityFramework.framework/UnityFramework


Can anybody help me identify what is actually means? Thanks.

Did you ever figure this out? I’m seeing something similar.

Exactly the same here. Any solution?