Xcode build warning - Target Integrity - Provisioning profile is expiring only for the ProjectnameTests Target

前端 未结 9 1811
醉话见心
醉话见心 2021-01-31 13:51

All my apps that i\'ve created so far do this. It does nothing to the app or being able to run it but it\'s just annoying always having that 1 warning.

I\'m Using Xcode

相关标签:
9条回答
  • I have the similar problem, Xcode say one provisioning profile is expiring. Then I go to the developer.apple.com to delete the expiring provisioning profile, it fixed. Hope can help you.

    0 讨论(0)
  • 2021-01-31 14:08

    This is a bit different with Xcode 5 now when working with Teams ...

    I go the same warning of an expiring old profile which didn't exist anymore - but it still did exist in the local Account setting for the connected team in Xcode (Xcode -> Preferences -> Accounts -> <team account in question> -> View Details). So I just did a refresh on these profiles, and yes, the warning was gone.

    Unfortunately there are many more expired profiles for other apps in this team account which I just synched into my local Account setting (and I can't just remove them, as it's a client's account ..) - and now Xcode complains about all of them being expired. Guess you should be happy with what you got sometimes, it can get worse ...

    0 讨论(0)
  • 2021-01-31 14:18

    I had the same issue.

    Worked out in the end it was Xcode warning about some expired profiles generally - not ones specifically linked to the current project.

    To fix I went to Organizer/ Devices Tab and under Library select Provisioning Profiles

    I had two profiles in the list that had expired - I didn't need them so I just right clicked and deleted them.

    Warning then went away.

    0 讨论(0)
提交回复
热议问题