Post

Replies

Boosts

Views

Activity

Reply to How to build iOS SwiftUI app using apple's new vision API
any one can comment on how to convert this example to use the new style API . In the 2024 video "wants new In Vision " it was made sound so easy. The Vision Documentation on line only documents the old style API. Any one know when the documentation will be updated to cover the new API functions. Any help to convert a code example like this to be compliant to the ne style API? example old API.txt
3w
Reply to WWDC24 iPhone Mirroring API
latest test result both MAC and iPhone on same ethernet (local area) network here is the ping data average response for 56 bytes 2 ms or better but still the apps on the Mac gets no connection established ping 192.168.0.161 PING 192.168.0.161 (192.168.0.161): 56 data bytes 64 bytes from 192.168.0.161: icmp_seq=0 ttl=64 time=2.738 ms 64 bytes from 192.168.0.161: icmp_seq=1 ttl=64 time=1.768 ms
Jun ’24
Reply to WWDC24 iPhone Mirroring API
found on ethernet response from ping from the iPhone is better best WiFi responce 64 bytes from 192.168.0.17: icmp_seq=8 ttl=64 time=34.677 ms 2. best ethernet response 64 bytes from 192.168.0.17: icmp_seq=7 ttl=64 time=5.946 ms hope this eventually will work best feature in continuity by far
Jun ’24
Reply to WWDC24 iPhone Mirroring API
I did the basic and hooked up the MAC to ethernet and or both on same WiFi access point. Used ping to see if the Mac can ping my phone no problem for ping to see the iPhone on same network ping 192.168.0.17 PING 192.168.0.17 (192.168.0.17): 56 data bytes 64 bytes from 192.168.0.17: icmp_seq=0 ttl=64 time=65.745 ms 64 bytes from 192.168.0.17: icmp_seq=1 ttl=64 time=76.938 ms 64 bytes from 192.168.0.17: icmp_seq=2 ttl=64 time=95.154 ms there must be another hidden configuration issue preventing it to work. It looks so easy in the presentation
Jun ’24
Reply to WWDC24 iPhone Mirroring API
thank for the feedback So both iPhone and MAC have to be connected to ethernet? Or is same WiFi access OK. xCode 16.0 can see my phone over WiFi is there any other dependency or permission issue preventing it to work I will check connecting both phone and Mac to ethernet and report back
Jun ’24
Reply to Mac OS 15 Beta iPhone mirroring
Yea I found it and open or launching it nothing happens. There must be an access permission configuration issue. I can't find any documentation on the application. and help on the new OS provides no hint. xCode 16.0 however connects to my iPhone over WiFi running iOS 18.0. the event video makes it look so easy. I guess once configured properly it may be as easy as it looked in the video.
Jun ’24
Reply to visionPro simulator
workaround I did a uninstall of xCode 15 release candidate and beta8 at ~/Library Deleted all cash folders related to xCode Deleted developer Folder Restart download xCode 15 beta8 installed beta8 only configured visionPro platform and bingo now runtime visionPro beta3 downloading worked and all is well
Oct ’23
Reply to Xcode 15 Beta 3 (15A5195k) HelloWorld failed to build
when replacing the code in modelvew as suggested clears the compiler errors everyone is experiencing but nothing shows when the build is running the apps on visionPro simulator running the apps producing these errors but nothing becomes visible in the simulator nw_socket_copy_info [C1:2] getsockopt TCP_INFO failed 102 nw_socket_copy_info getsockopt TCP_INFO failed 102 AddInstanceForFactory: No factory registered for id <CFUUID 0x6000002723e0> F8BB1C28-BAE8-11D6-9C31-00039315CD46
Jul ’23