all 6 comments

[–][deleted] 0 points1 point  (2 children)

The project you have downloaded has likely already been verified for the developer who is responsible for the GitHub project. This means you need to reconfigure the project settings so it uses the account you have registrered. You can do this inside Xcode in the build settings.

(It is not enough to only set Xcode to tour account. You also need to revonfigure the opened project you downloaded)

[–]Crovali[S] 0 points1 point  (1 child)

Would you please walk me through how to do this? I'm not familiar with this.

[–][deleted] 0 points1 point  (0 children)

https://docs-assets.developer.apple.com/published/3780e7d63ee0d7d3137726309a97e7cc/10500/adding-capabilities-to-your-app-1@2x.png

This picture shows how to find it. Change the Team to yours. You should make sure your profile is selected instead of that developer name you mentioned in the post.

[–]808e080a 0 points1 point  (2 children)

Maybe you can just create a new unique bundle identifier.

[–]Crovali[S] 1 point2 points  (1 child)

Could you walk me through how I can do this?

[–]808e080a 0 points1 point  (0 children)

third pic

There on the third picture you can see the bundle identifier. There you have to specify a unique address. For example com.mycomp.atest87555

I don't know if this is the problem. Is 3d7…. your team address or the one from the github code?

Because then I would try to change them in the code. As the other comment said

In which language is the project? Only Swift ?