I have eventually "trapped" the contents of the NSString that was converted to a NSURL which causes a crash in a real customer site
I show it below...( For our customer privacy I've hidden our server replacing it with xxxxxx.xxxxx.xx below but they are just lowercase alphabetical characters)
If I run this myself now then I don't get a crash!!! SO for some reason this just occurred in the real customer at that time!!
Anybody got any ideas?
I am running this on Thread 2 in case that is a factor?
NSString *dave = @"https://xxxxxxxx.xxxxx.xx/test/gate/b8e23d6e5dcfb0d5025fcc928f55ac1d5ae6ed03/settings";
NSURL *url = [NSURL URLWithString:dave]; <--- Crashes here
Topic:
App & System Services
SubTopic:
Core OS
Tags: