Post

Replies

Boosts

Views

Activity

Reply to Protocol availability inconsistencies related to modern serial layers
I have a similar problem. We're building hardware to interface with cars and trucks. While this works ok using wireless technologies, having a wired connection would be of tremendous help with regards to stability and speed. With the iPhone moving to a USB-C, I wonder about the future of the ExternalAccessory framework and the mfi program. What are the chances that Apple includes an FTDI driver in iOS?
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to External Accessory Deprecated?
Judging from the non-existent response to feedback reports about EA, it doesn't look like anyone is still working on EA. Then again, the debug output has changed in iOS 17, so that would suggest otherwise… Together with the iPhone moving to USB-C connectors, the future seems pretty uncertain.
Topic: App & System Services SubTopic: Drivers Tags:
Sep ’23
Reply to DriverKit Support on USB-C iPhones
Please open an enhancement feedback request with Apple. The glaring omission of IOUSBHost and/or USBDriverKit is a huge gap for a lot of cool solutions w/ custom USB hardware.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Serial port communication from iOS app to device
Please open an enhancement feedback request with Apple. The glaring omission of IOUSBHost and/or USBDriverKit is a huge gap for a lot of cool solutions w/ custom USB hardware.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Failed to finalize LSBundleWrapper mutator instance for <bundle-id>
Happens, if you have DerivedData set to a non-standard location. See https://stackoverflow.com/a/74857590/415982
Replies
Boosts
Views
Activity
Dec ’23
Reply to Failed to finalize LSBundleWrapper mutator instance for <bundle-id>
This started to happen with me w/ Xcode 15. Cleaning build folders (or even derived data) does not fix it. Any other idea?
Replies
Boosts
Views
Activity
Dec ’23
Reply to Protocol availability inconsistencies related to modern serial layers
I have a similar problem. We're building hardware to interface with cars and trucks. While this works ok using wireless technologies, having a wired connection would be of tremendous help with regards to stability and speed. With the iPhone moving to a USB-C, I wonder about the future of the ExternalAccessory framework and the mfi program. What are the chances that Apple includes an FTDI driver in iOS?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to External Accessory Deprecated?
Judging from the non-existent response to feedback reports about EA, it doesn't look like anyone is still working on EA. Then again, the debug output has changed in iOS 17, so that would suggest otherwise… Together with the iPhone moving to USB-C connectors, the future seems pretty uncertain.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Writing to L2Cap socket when app runs in background
Does it matter whether the peripheral hosts the service or the iPhone?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to how can i make a ios bluetooth classic program? is this Mission Impossible?
If you‘re serious about communication between iOS and ESP32, use BLE’s L2Cap Channels. They offer a serial-like stream abstraction over BLE and work fine from both MacOS, iOS, and Android.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Please select a different device, or wait for the device to load development services and try again
Same here, but eventually (5 minutes) it really run.
Replies
Boosts
Views
Activity
Jun ’23
Reply to showBluetoothAccessoryPicker does not show up
And still broken in iOS 17 (beta 1). So I guess the responsible developer for that has left Apple and everyone is too scared to break something so that this framework will never again be touched…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Understanding the warning and how to fix it: Non-sendable cannot cross actor boundary
FWIW, this is a generic (as in non-Apple-specific) Swift issue that will probably find a larger audience at the official Swift forum.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Memory Graph - Unable to acquire required task port
Seems broken for me in Xcode 14.2 as well: Did the usual dance of rebooting, restarting, and what not. Nothing helps.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Time Profiler "Required Kernel Recording Resources Are in Use" Error
Seems broken again in Xcode 14.2:
Replies
Boosts
Views
Activity
Mar ’23
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Xcode 14.2 seems to have fixed this for my case w/ conditional SPM dependencies for !APPLE platforms. Closing FB11511342 then.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to How to access a USB Device in macOS using IOUSBHostObject
Same problem here. Did you find a fix?
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Nov ’22