Search results for

xcode github

91,931 results found

Post

Replies

Boosts

Views

Activity

Reply to A lot of deleted files warning "is missing from working copy"
Turns out that the warnings were from a project I hadn't worked on in nearly a year, that somehow was active in source control for my brand new project. I don't use the XCode built in source control, I use Github with terminal commands or the Github desktop app. Nothing I found would update XCode and I couldn't figure out how to break the connection to the older project so I just turned off source control within XCode and the warnings are gone.
Sep ’16
Reply to Xcode Cloud not detecting branches?
From Setting up your project to use Xcode Cloud: Additionally, you need a certain permission or role to connect Xcode Cloud to your Git repository. The exact permission depends on the SCM provider you use: If you host your code on Bitbucket Cloud or Bitbucket Server, you need the administrator permission. If you host your code on GitHub or GitHub Enterprise, you need to be an organization owner, or need the admin permission if you don’t use a GitHub organization. If you host your code on GitLab, or on a self-managed GitLab instance, you need the maintainer permission. If you don’t have the required role or permission, work with a team member who does. For more information, see Connect Xcode Cloud to an admin-managed Git repository.
Jul ’25
Reply to Why cant I open xcode projects in Catalina?
Hey! I encontered with the same issue, and I also tried the above mentioned stack overflow solution without any success. What did worked for me is remove my Github account from Xcode.Open Xcode's startup screen (do not open any project yet)Open Xcode -> Preferences -> Accounts -> Remove the Github account you signed inRebootOpen the project via Xcode's startup screens 'Open another project...'Maybe not every step is neccessary, but these worked for me.
Aug ’19
Layout objects not looking good with x code 9
Hi,After updating to x code 9, and compile my app, GUI elements not looking good..buttons and labels changed thier positions, and moved out side of the screen..i'm not using autolayout, i've added .xib files programatically, and set their frames programatically..Somebody knows why those GUI objects not in their position??
3
0
501
Sep ’17