Post

Replies

Boosts

Views

Activity

Provisioning profile not found even though it is set
I am trying to build an open source app for my Vision Pro. It has many targets. I have selected a particular target and have tried both Automatic provisioning and manual provisioning. This uses the "ninja" scripting to do the actual build. The build succeeds and it downloads to my vision pro, but then gives this error when trying to install: Showing Recent Messages Recovery Suggestion: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.ohBUtA/extracted/MyApp.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)
0
0
260
Apr ’24
scanForPeripheralsWithServices on Monterey requires services array
I have a bundle that I created that I then distribute with a test app. Before Monterey it has worked fine. On Monterey (Intel or Apple Silicon) it stopped returning scan results. I do not get any errors it just doesn't ever call the didDiscoverPeripheral like it used it. If I make the single change of passing in an array of Service UUID values then suddenly it will find that one device and return scan results. My bundle and app need to support scanning for all peripherals. Can someone help me fix this?
3
0
897
Dec ’21
MacOS App Won't Find Bluetooth Device on Monterey
I have a very simple MacOS app. I build it for M1 and Intel. When I run the app on Big Sur it works fine. When I run it on Monterey it doesn't find any devices. I have tried this on an Intel 2015 mac with Monterey and my new M1 MBP with Monterey. When I call the check to see if bluetooth is turned on I do get the centralManagerDidUpdateState with the CBCentralManagerStatePoweredOn, so I am getting some messages. When I make the call to scanForPeripheralsWithServices and pass in a nil array for serviceUUIDs and any options, this works on Big Sur, but not on Monterey. Something must have changed I just can't figure out what. I have read that people are having some trouble with bluetooth devices like Mice and Keyboards. I am not having those issues. I have some AirPods that work fine. Can someone tell me what changed for developers for Bluetooth on Monterey?
1
0
818
Nov ’21
Library Bundle won't build properly on M1 Mac
I have created a very simple bundle library. I am transitioning from a 2018 macbook pro Intel to a 2021 MBP M1 Max. I have the latest xcode installed on both computers. This library just has a single .h and single .mm Obj-C files. I have it set to build both M1 and Intel architectures. When I build this on the Intel mac I can copy my bundle to the M1 mac and use it from the environment that I need it in. When I build the exact same project on my new mac with M1 and try to run it my environment says it can't find the bundle. Is there something I need to know about building on the M1 versus Intel?
0
0
675
Nov ’21
Opening Last Project Shows Red Project
I have an iOS project that I copied from another project and used the rename method to rename it.If I leave the project open and close Xcode the next time I open Xcode it opens this project, but it is read and no files show up.If I close the project (without closing Xcode) and then just open the project again using the recently used or directly, everything is fine.How do I fix this?
2
0
1.5k
Nov ’15