Post

Replies

Boosts

Views

Activity

Reply to NWEndpoint.hostPort(host: , port: ) crash in Xcode15
i figured out the crash. when your project set IPHONEOS_DEPLOYMENT_TARGET=11 on xcode15. you got crash when run in ios16(ios17-). i check the macho file and project linked Network.framework auto. it works fine on xcode 14.3(xcode15-) cause it linked libswiftNetwork.dylib. why Network.framework will bring the crash? xcode should show tip to developers not crash directly. so if you got same problem plz set IPHONEOS_DEPLOYMENT_TARGET = 12 and fixed! here is example demo: https://github.com/aklee/Xcode15Crash @eskimo @Abelchen
Sep ’23
Reply to NWEndpoint.hostPort(host: , port: ) crash in Xcode15
😭😭😭 Really suggest it should fixed in next xcode version.
Replies
Boosts
Views
Activity
Jan ’24
Reply to NWEndpoint.hostPort(host: , port: ) crash in Xcode15
i got nothing but the crash. lots developers set min < 12 and they will very confuse. i was trapped by the problem for serval days cause dont know where is the trick. ;(
Replies
Boosts
Views
Activity
Sep ’23
Reply to NWEndpoint.hostPort(host: , port: ) crash in Xcode15
i figured out the crash. when your project set IPHONEOS_DEPLOYMENT_TARGET=11 on xcode15. you got crash when run in ios16(ios17-). i check the macho file and project linked Network.framework auto. it works fine on xcode 14.3(xcode15-) cause it linked libswiftNetwork.dylib. why Network.framework will bring the crash? xcode should show tip to developers not crash directly. so if you got same problem plz set IPHONEOS_DEPLOYMENT_TARGET = 12 and fixed! here is example demo: https://github.com/aklee/Xcode15Crash @eskimo @Abelchen
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode15 beta5 Network.framework crash
@eskimo
Replies
Boosts
Views
Activity
Aug ’23
Reply to UserDefaults.standard setValue forKey crash on iOS 15 only.
Does anyone find the wayout? I got same question when invoke [[NSUserDefaults standardUserDefaults] setObject:value forKey:key] in sub thread. 2022-08-16_17-07-52.4380_+0800-5ff731255b3dadeb47cc27a8324713ce4816d7a8.crash
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22