My project can normally work in the past, but now it suddenly crashes when runs for a while. Error message:
dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib
Referenced from: /Users/qizijia/Library/Developer/CoreSimulator/Devices/7CDDEA9B-0ADD-4A64-8084-BCFBBDF40483/data/Containers/Bundle/Application/FE1EC391-A6B7-44F7-AEDE-DB643B125DBB/ppp.app/Frameworks/CircleMenu.framework/CircleMenu
Reason: no suitable image found. Did find:
/usr/lib/swift/libswiftSwiftOnoneSupport.dylib: mach-o, but not built for iOS simulator
/usr/lib/swift/libswiftSwiftOnoneSupport.dylib: mach-o, but not built for iOS simulator
I have tried to follow the answers according to dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib,but it didn't help.