Xcode provisioning profile errors - xcode

I'm trying to set up Xcode to test a game I have developed with Unity. I'm getting these strange errors about provisioning profiles and signing. When I search for any solutions to this they all say "Xcode will automatically generate these for you" but it doesn't. It just errors. Other places say "Click the fix issue button" but there is no fix issue button. Here are some screenshots of the errors:
I have entered my Identity and signing details and team:
And for some reason there are no provisioning profiles at all, and "Download All" doesn't actually download anything:
I also found another comment from apple that told me to download the profiles manually from the apple website, but the page he mentioned wasn't even there.
Been going around in circles for hours, I would really appreciate any help with this.
Thanks

Related

Flutter xcode release signing issue

Flutter i am try to release my app on appstore. Issue is when i am signing it showing error of No profile for 'com.lunchbox.admin.app'
This
I try to go in build setting and change it to IOS Distrubution like this
But then its showing error Runner has conflictiong provisional setting
I tried every thing like enable/disable automatic managing signing. Quit Xcode even i have change the bundle id create new one then signing but got stuck. I think this night i am going to full bald head.
Please give any tips, hints i can do because i have try all answers research now not see any hope :D
Try both may be it will helps you.
1
Create certificate with your bundle identifier.
Connect your device with your system and then register your device in your apple developer account.
2
Click XCode.
Open xCode Preferences.( press 'command' and then ',' ).
Click Accounts.
Sign in with Apple id Account.
Clicked on Download certificate.
Hope its works :)

Unable to fix code signing issue error in Xcode

I am trying to launch my app on an i-pad.
I have connected my iPad to Mac and then ran the solution. I got an error saying "Failed to code sign "myAppName". None of the valid provisioning profiles include the devices: "myDeviceName". Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles." with a fix issue button.
Upon clicking the fix issue button, I got another error saying - "Unable to fix code signing issue. Xcode failed to resolve the issue. Check your code signing settings; ensure you have a matching signing certificate and provisioning profile installed; and try again."
Then I tried to click on fix-issue in the Xcode->Project->General Window.
enter image description here
But then got another error msg saying - "The 'In-App Purchase' feature is only available to users enrolled in Apple Developer Program. Please visit
developer.apple.com/programs/ to enroll."
enter image description here
I do not need in-app purchasing, but still I am not able to disable it.
I have been stuck with this issue since few days, not able to find a workaround.
I tried revoking my apple certificate, deleting all the existing profiles and downloading them again, but nothing seems to work.
Any suggestions would be helpful.

Adding another team to xcode

I want to submit my app with someone else's developer account in itunes connect. I want to export the ipa file with their team. I added their account to my xcode under Team dropdown in general tab. but I get the warning "No code signing identities found" I wanted to ask what are the steps to solve this issue.
Thanks very much

Xcode 4.3.3valid provisioning profiles

In Xcode 4.3.3 I am able to submit my app to the app store and it is "waiting for review." I deleted my app from my device(iPad) then I decided I wanted it back on. I cannot not accomplish this. Xcode says the build is a success but then a message stating "no valid provisioning profiles for this executable can be found" appears. it does not appear as a red flag in Xcode but rather it's own window.
I've never dealt with such a frustrating apple product as Xcode and the provisioning portal and code signing. Apple, do something about this never ending circle of frustration. UGH!!!
I felt this way too when I first learned this:
I've never dealt with such a frustrating apple product as Xcode and
the provisioning portal and code signing.
If you just submitted the app to the App Store, you used a distribution profile. You should check to make sure, though, that your developer profile is still working. Click on your project in Xcode at the top of the left column, then Build Settings > Code Signing > Code Signing Identity > Debug > Any iOS SDK. It should say something like:
iPhone Developer (currently matches 'iPhone Developer blah blah blah')
If it doesn't say that, select your profile from the drop down list. If there's no matching profile. You need to download it again. Let me know if this helps.

Cannot import provisioning profile into Xcode

I am a beginner of iOS development. I am helping to archive an .ipa file for an in-house iPad app. I am not the Admin/Agent so I received one certificate file plus two provisioning files. I installed the certificate using Keychain Access, which waas successfully. And I can see the certificate appear on the Organizer's TEAMS group as well.
But I was failed to import the two provisioning profiles. I dragged them to Xcode icon, nothing happened. I clicked the "import" button on Organizer and selected the profiles, nothing happened... Anyone knows why? I hope there's at least some pop-up warning messages so that I know what's wrong, but I just cannot see the profiles added to my list.
Okay I figured it out and I hope it would be helpful for others.
My company use Exchange Server for emails and it seems that it would somehow affect the provisioning profiles. So I asked the admin to zip the profiles before sending and the problems was solved.

Resources