I had a crash on first run. I made the code tolerate for this error from LSSharedFileListItemCopyResolvedURL, which can return many including Error Domain=NSCocoaErrorDomain Code=4 "The file doesn’t exist.".
Also I removed unnecessary code signing. This makes the project able to build simply by typing xcodebuild.
I had a crash on first run. I made the code tolerate for this error from
LSSharedFileListItemCopyResolvedURL
, which can return many includingError Domain=NSCocoaErrorDomain Code=4 "The file doesn’t exist."
.Also I removed unnecessary code signing. This makes the project able to build simply by typing
xcodebuild
.