I have a device with an MFI chip in it, I have my project set up with the
supported external accessory protocol strings, and I want to pull up the
MFI device picker just to prove to myself that my app can see my device.
This code runs, prints to the console, but I get a strange error.
if btManage
FYI: This only appears when running in a simulator.
On Thu, Sep 26, 2019 at 8:31 AM Eric E. Dolecki wrote:
> I am using Xcode 11.0 (11420a), targeting iOS 13, Swift 5, and playing
> back a local audio file. Seems simple enough, but I am getting a console
> print:
>
> let path = Bundle.ma
I am using Xcode 11.0 (11420a), targeting iOS 13, Swift 5, and playing back
a local audio file. Seems simple enough, but I am getting a console print:
let path = Bundle.main.path(forResource:
"Tchaikovsky_Rococo_Var_orch.mp3", ofType:nil)!
let url = URL(fileURLWithPath: path)