I spent some time cleaning up my TCC data. During that I learned that some TCC info is cached in “Mac OS X Detached Code Signature” files. Is there a way to dump their contents suitable for human consumption? The codesign tool doesn’t seem to do it (or I can’t figure out how to invoke it).
Search results for
xcode github
94,688 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have placed a little Xcode project on github that renders to an off screen texture to do mouse picking.
Topic:
Graphics & Games
SubTopic:
General
Tags:
Meanwhile Github app password works fine from Xcode 12. But bitbucket app pass still not. My suppose is a bug Xcode.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
When following these instructions - https://developer.apple.com/documentation/xcode/connecting-xcode-cloud-to-github And trying to connect via I received the following screen:
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Is there any possibility to work with iOS version 16.5? I have checked the App Store, but only Xcode iOS version 16.4 is available. When can I expect the latest code version?
I am also facing this situation. From the documentation I only see this: Xcode Cloud supports the following source code management (SCM) providers: Bitbucket Cloud and Bitbucket Server GitHub and GitHub Enterprise GitLab and self-managed GitLab instances No mentions to Azure devOps :(
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags:
Has anyone found any bullet proof solution for this? When using Xcode 14 series? (And GitHub Actions, if related.)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
For those who still struggle, you need to star the project on GitHub, then it will appear in the Xcode packages list.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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.
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags:
I can't see anything wrong with your code. It seems you are using Swift 1.x instead of 2. Have you tried the code with Xcode 7 and Swift 2?
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Getting the same issue trying to build a project in Github Actions on macOS 13 and Xcode 15.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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??
How do I make X-code do the thing it should already be doing?