Update 2: This is an old beta related issue with iOS 8 and Xcode. The problem was that the standard Swift library was not included in the iOS 8 beta for iPhone 4s. The issue has been resolved in the release.
Update: I’m tired of errors and crashes related to beta software, so I decided to use reset my phone for iOS 7.1.1 and now the error is gone ... I have no idea what is happening, but I'm going to suppose its error since iOS 8 is still in beta. I will write a bug report with Apple and hope that it will be resolved with the next semester.
Like many other people before me, I get the following error message when launching the application on my iPhone (4S with iOS 8.0 beta 1):
dyld: Library not loaded: @rpath/libswift_stdlib_core.dylib Referenced from: /private/var/mobile/Containers/Bundle/Application/ CDC7263B-9F18-4369-87CC-F36DB5163B99/TESTPROJECT.app/TESTPROJECT Reason: no suitable image found. Did find: /private/var/mobile/Containers/Bundle/Application/ CDC7263B-9F18-4369-87CC-F36DB5163B99/TESTPROJECT.app/Frameworks/ libswift_stdlib_core.dylib: mmap() error 1 at address=0x00206000, size=0x00128000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/ CDC7263B-9F18-4369-87CC-F36DB5163B99/TESTPROJECT.app/Frameworks/ libswift_stdlib_core.dylib
When working on an iOS simulator (iPhone 4S) I get the following (many times):
SetAppThreadPriority: setpriority failed with error 45
- This is a new application project with one view, created from built-in templates with beta version of Xcode 6, without my own code. (Also happens with an empty application) - I already tried the solution found here (restarting Xcode)
I cannot find another way to move / access the required fast library.
source share