Я пытаюсь построить свое текущее приложение с новой бета -версией Xcode 26 на бета -симуляторе iOS 26, и приложение сбоятся на всех сторонних SDK при их инициализации. Ошибка всегда одинакова: < /p>
Thread 1: Excbreakpoint (code = 1, subcode = 0x257b8223c) < /p>
< /blockquote>
в 1 из 3-й стороны Sdks. Ошибка < /p>
public init(config: SDKConfig,
urlSession: URLSessionProtocol = URLSession(configuration: .ephemeral))
на UrlSession.
Все наши SDK поступают из Spm.
Это означает, что мне нужно подождать, пока все SDK не будут построены с новой бета -версией Xcode 26 или есть еще один способ заставить его работать?
Я все еще использую Swift 5, а не SWIFT 6. /> На реальном устройстве приложение работает без сбоев.dyld[17855]: Symbol not found: _NSUserActivityTypeBrowsingWeb
Referenced from: /Users/****/Library/Developer/CoreSimulator/Devices/19C6B44A-009B-4D6B-93B6-7123BA8BD2FA/data/Containers/Bundle/Application/9381BCE5-AB29-48A8-8E58-B0D13D63BEC9/***.app/***.debug.dylib
Expected in: /Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices
Expected in: /Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices
dyld config: DYLD_SHARED_CACHE_DIR=/Library/Developer/CoreSimulator/Caches/dyld/25A5279m/com.apple.CoreSimulator.SimRuntime.iOS-18-4.22E238/
DYLD_ROOT_PATH=/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot
DYLD_LIBRARY_PATH=/Users/****/Library/Developer/Xcode/DerivedData/WirelessDigital-efyogkbtpeqnocasnboeddaazhys/Build/Products/Staging-iphonesimulator:/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS
18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libLogRedirect.dylib:/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libBacktraceRecording.dylib:/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libViewDebuggerSupport.dylib
DYLD_FRAMEWORK_PATH=/Users/****/Library/Developer/Xcode/DerivedData/WirelessDigital-efyogkbtpeqnocasnboeddaazhys/Build/Products/Staging-iphonesimulator:/Users/****/Library/Developer/Xcode/DerivedData/WirelessDigital-efyogkbtpeqnocasnboeddaazhys/Build/Products/Staging-iphonesimulator/PackageFrameworks
DYLD_FALLBACK_FRAMEWORK_PATH=/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
DYLD_FALLBACK_LIBRARY_PATH=/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Dev
Подробнее здесь: https://stackoverflow.com/questions/796 ... urlsession
Приложение сбоя при запуске под iOS 26 с Exc_Breakpoint при использовании URLSession ⇐ IOS
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Приложение сбоя при запуске под iOS 26 с Exc_Breakpoint при использовании URLSession
Anonymous » » в форуме IOS - 0 Ответы
- 2 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Приложение сбоя при запуске под iOS 26 с Exc_Breakpoint при использовании URLSession
Anonymous » » в форуме IOS - 0 Ответы
- 8 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Приложение сбоя при запуске под iOS 26 с Exc_Breakpoint при использовании URLSession
Anonymous » » в форуме IOS - 0 Ответы
- 1 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Приложение сбоя при запуске под iOS 26 с Exc_Breakpoint при использовании URLSession
Anonymous » » в форуме IOS - 0 Ответы
- 4 Просмотры
-
Последнее сообщение Anonymous
-