在物理设备上测试我的应用程序(使用 swift)时崩溃,线程 1:EXC_BREAKPOINT(代码=1,子代码=0x120021088)
Crashed When testing my app (using swift) on a physical device, Thread 1: EXC_BREAKPOINT (code=1, subcode=0x120021088)
我在物理设备上 运行 运行我的应用程序时遇到问题,但在模拟器上 运行 它工作正常。
错误:
Thread 1: EXC_BREAKPOINT (code=1, subcode=0x120021088)
日志:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/CenterBrain
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/Frameworks/libswiftCore.dylib: mmap() error 1 at address=0x1001F8000, size=0x0015C000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/Frameworks/libswiftCore.dylib
截图如下:
P.S。我没有把我的代码放在这里,因为我只是 运行 它在我的 iPhone 上并且它工作正常,之后我没有更改一行代码。
P.P.S 以前有人遇到过这个错误吗?
我通过将 xcode 更新到最新的测试版解决了这个问题。
我在物理设备上 运行 运行我的应用程序时遇到问题,但在模拟器上 运行 它工作正常。
错误:
Thread 1: EXC_BREAKPOINT (code=1, subcode=0x120021088)
日志:
dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/CenterBrain Reason: no suitable image found. Did find: /private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/Frameworks/libswiftCore.dylib: mmap() error 1 at address=0x1001F8000, size=0x0015C000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/0E769751-670F-4E12-90D3-A51C3DC14793/CenterBrain.app/Frameworks/libswiftCore.dylib
截图如下:
P.S。我没有把我的代码放在这里,因为我只是 运行 它在我的 iPhone 上并且它工作正常,之后我没有更改一行代码。
P.P.S 以前有人遇到过这个错误吗?
我通过将 xcode 更新到最新的测试版解决了这个问题。