Post

Replies

Boosts

Views

Activity

Could not launch “App” (Xcode26.0 + iPhone6(iOS12))
Problem Details : Could not launch “App” Reproduction Route : Install Xcode26.0 > Connect to iPhone6(iOS12) > Run app We tried this solution but didn't work. To make Xcode 26 recognize and run apps on an iOS 12 physical device, you can manually add the missing device support files by going to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ on your Mac, where you’ll see folders like 17.0 or 18.0; download the matching iOS 12 folder (for example, 12.4) from the community-maintained repository.
1
0
129
Oct ’25
How to get apple music items size downloaded from apple music library without exporting the music items?
I am trying to retrieve the size of apple music items downloaded from the apple music library as iPod-library URL (ex. ipod-library://item/item.m4a?id=8536687568586472929) but without exporting to the document directory, I am unable to get the size. I tried the below code. Code:  do { let resources = try url.resourceValues(forKeys:[.fileSizeKey]) let fileSize = resources.fileSize ?? 0 print ("size \(fileSize)") } catch { print("Error: \(error)") } } Output: Couldn't fetch size for file The file “item.m4a” couldn’t be opened because there is no such file. Size: 0
0
0
532
Jan ’23
Authenticate to apple.com from Android using Security key
Android FIDO2 SDK requires uploading "assetlinks.json" to relying party server to authenticate using the external security keys. To authenticate to apple.com from an Android app using a security key need to upload "assetlinks.json" to the Apple server. is there any way or documentation to upload "assetlinks.json" in the apple server to support Android FIDO2 SDK?
0
0
314
May ’23