I developed a quick structure for use in other projects, and I can use it correctly, but a few weeks ago I had some problems with my apple certificates, so I revoked / recreated them all and updated my infrastructure, rebuilt it with new preparation profiles.
This is when the problems started. Any application that I create using this structure when I start from the device starts to crash when I start after a few days (from 1 to 4/5 days) with an error
dyld: library not loaded: @ rpath / libswiftCore.dylib Link from: /var/mobile/Containers/Bundle/Application/3FC2DC5C-A908-42C4-8508-1320E01E0D5B/Stylist.app/Stylist Cause: No suitable image found. Found: /private/var/mobile/Containers/Bundle/Application/blablalba/testapp.app/Frameworks/libswiftCore.dylib: mmap () errno = 1 first page check '/ private / var / mobile / Containers / Bundle / Application / blablalba / testapp.app / Frameworks / libswiftCore.dylib "(lldb)
I can temporarily fix the error by opening the console by running commands
rm -rf "$ (getconf DARWIN_USER_CACHE_DIR) /org.llvm.clang/ModuleCache"
rm -rf ~ / Library / Developer / Xcode / DerivedData p>
rm -rf ~ / Library / Caches / com.apple.dt.Xcode
.
, , ,
edit: , , , - xcode , , , .
iOS .