0

I am working 3 months on my project. I was debugging the project suddenly xcode crashed. After that, it shows 3 errors when I want to build project. I tested a lot of solutions that are in S.O like 1, 2, 3. Even I deleted my project, reinstall Xcode but I have issues. I can download new projects and create new projects. However, this special project does not work. I do not want to run my app on devices. I only need to run on simulator. I am using xcode 8.3.3. What can I do to solve this problem?

enter image description here

Update

I do not have a team. I used before none or my own Apple ID

Amir Shabani
  • 690
  • 2
  • 14
  • 36

3 Answers3

0

You can follow this steps:

  1. Removing all certificates of my account from keychain
  2. Removing all provisioning profiles from Xcode
  3. Download provisioning profiles again via Xcode
  4. Adding certificates again to the keychain.
dmaulikr
  • 458
  • 5
  • 20
0

select project from project navigator. go to build setting and search for team. Assign developer team below.enter image description here

Bhawin Ranpura
  • 129
  • 1
  • 8
0

From the error you have posted, it's very clear that the issue related to Code Signing & Profiles. If automatic code signing in your project settings is on, then uncheck it and try. Remove all of your provisioning profiles & certficates and try to run if in case running on simulator. Download latest certificates and profiles and try to run if in case running on device.

Sivajee Battina
  • 4,124
  • 2
  • 22
  • 45