Posts

Post not yet marked as solved
16 Replies
Find the provisioning profile that Xcode is using. How do you find this? I thought whole point of automatic signing is to not have to do this manually. In any case assuming it's in ~/Library/MobileDevice/Provisioning Profiles I see a xxxxxx.mobileprovision file. But Inside Code Signing doesn't show any type of example using the mobile provisioning file. Incredible that it is this difficult to enable an entitlement. When I tried to open a TS for it, the default entry was a question about entitlement. Sorry that enabling something that Apple took away is so painful to enable.
Post not yet marked as solved
16 Replies
This is not working for me. I received approval and did the following. 1: I added the capability and it is there enabled in Certificates, Identifiers & Profiles->indentifiers->myID->additional capabilities->User Assigned Device Name is enabled,. 2:In Xcode 13 and later, once the capability is enabled for your App ID, you can configure Xcode to support automatic signing. In your app’s .entitlements file, add the assigned entitlement key and value pair. OK where is the key and value pair shown? In my Xcode provisioning/Xcode managed profile, I see "com.apple.developer.device-information.user-assigned-device-name" OK assuming this is the key and value as described somewhere online, not in documentation that I can, I put that into my entitlements file along with Boolean YES I get this: Automatic signing failed. Xcode failed to provision this target. Please file a bug report at https://feedbackassistant.apple.com and include the Update Signing report from the Report navigator. Provisioning profile "iOS Team Provisioning Profile: com.xxxxx.***" doesn't match the entitlements file's value for the com.apple.developer.device-information.user-assigned-device-name entitlement
Post not yet marked as solved
3 Replies
Here is the answer. There's an option to access the sandboxed url. Hope this helps others. Wrap your NSData call with this: BOOL isAcccessing = [url startAccessingSecurityScopedResource]; // access NSData here  if (isAcccessing) {                 [url stopAccessingSecurityScopedResource];   }
Post not yet marked as solved
3 Replies
I understand that, but the share icon and open in.... should pass the document via the inbox right?
Post not yet marked as solved
1 Replies
Once the connection is made it will appear as a MIDI destination. You need to send MIDI to this device using Core MIDI.
Post not yet marked as solved
13 Replies
Here are some things people can try. 1: unpair devices. 2: use lighting cable, not network. 3: run Xcode in Rosetta (if on M1) 4: Write Apple!!!!!!
Post marked as solved
57 Replies
Yes, unpair and connect via lighting cable. This is terrible. On both Intel and M1 computers... long freezes when switching to Xcode. I've sent sysdiagnose so hopefully that helps them, although I have no idea how people are using this as-is.
Post marked as solved
19 Replies
Running Xcode in Rosetta works.
Post not yet marked as solved
3 Replies
Quinn, I went carefully through your previous posts about notarization and saw the timestamp requirement. That fixed it!
Post not yet marked as solved
3 Replies
Ignore. I figured it out. How do you delete a post?
Post not yet marked as solved
20 Replies
OK I can't believe this was the problem. In every single example I see, the password, user name etc... are all in quotes. I removed all quotes and it worked. What???? Is this the way it's supposed to work?
Post not yet marked as solved
20 Replies
I just found out that my DTS incident was not submitted. I fill out everything and never get an acknowledgment from the DTS email like I used to get. As a result, I am totally stuck on this. Thanks
Post not yet marked as solved
20 Replies
Thanks Quinn. Since the post, I've contacted Developer support and they couldn't help me. We found out that one of the "teams" I am associated with (not my individual account) is deactivated. Maybe that has something to do with it? But I have tried what you said and it still says the same thing. I've tried with 2 different networks. All I need is my shortname for my appleID so I can notarize files. I've opened a DTS case. Something is wrong. Hopefully it's simple. Thanks again. "Error Domain=ITunesConnectionAuthenticationErrorDomain Code=-20101 \"Your Apple ID or password was entered incorrectly.\" UserInfo={NSLocalizedRecoverySuggestion=Your Apple ID or password was entered incorrectly., NSLocalizedDescription=Your Apple ID or password was entered incorrectly., NSLocalizedFailureReason=App Store operation failed.}" ) Unable to list providers.)
Post not yet marked as solved
20 Replies