Post

Replies

Boosts

Views

Activity

Unable to run default app on any simulator in xcode 15 beta 5
I have created multiple basic apps (app created by default by xcode) and I am unable to get any of them to run in xcode 15 beta 5. Same error on all... Any ideas? `Simulator device returned an error for the requested operation. Domain: FBSOpenApplicationServiceErrorDomain Code: 5 Failure Reason: The system shell (SpringBoard:7337) probably crashed. User Info: { BSErrorCodeDescription = InvalidResponse; DVTErrorCreationDateKey = "2023-07-30 17:49:25 +0000"; IDERunOperationFailingWorker = IDELaunchiPhoneSimulatorLauncher; NSLocalizedFailure = "The request to open "com.javajoe.BasicApp" failed."; SimCallingSelector = "launchApplicationWithID:options:pid:error:"; }
3
0
1.1k
Jul ’23
Error Message using AVFoundation
I see a message in xcode 12.5 in the console when getting metadata for *.m4p files only. Does not seem to cause any issues that I know of, so thought I would ask around. Thanks! Macos 11.3.1 xcode 12.5 let avasset = AVAsset(url: url as URL) as AVAsset let metadata = avasset.metadata(forFormat: AVMetadataFormat.iTunesMetadata) 2021-05-08 20:08:42.072875-0500 AudioFile[3820:238663] ca_require_noerr: [result = CB_GetComponentDescription
3
0
836
May ’21