Search results for

“xcode github”

97,544 results found

Post

Replies

Boosts

Views

Activity

Reply to Source Control Account Unavailable
I had the same thing today. Suddenly, randomly, after working for years, I got asked for my github password when trying to 'Push' to the github remote - even though I use SSH rather than passwords.And when I went to preferences/accounts, my github one was grayed out, and gave the same 'Account Unavailable message as you received.I fixed it by completely reinstalling XCode - following these steps I found on the Internet:Delete /Applications/XcodeDelete all files containing com.apple.dt in ~/Library/CachesDelete all files containing com.apple.dt in ~/Library/PreferencesOpen App Store.app, download and re-install Xcode.Create the Apple ID developer accountThat worked fine for me - though other people have reported varying results.I did try just deleing the caches and preferences first, before uninstalling/reinstalling XCode - but that didn't do the trick. I had to do the full re-install thing before it would work.
May ’19
Reply to Xcode cloud Git Push on a Workflow
I'm also looking for a way to push a tag to origin whenever a build is published to TestFlight. I tried @leolobato's suggestion of using the GitHub PAT, but it was unsuccessful. After watching WWDC '21 Customize Your Advanced Xcode Cloud Workflows, it seems that the source code is not available in the environment where the post-build script is run. Therefore, I'm beginning think the path forward is to use a webhook combined with a microservice that interfaces with the GitHub API.
Aug ’22
Reply to Custom Instruments documentation?
I've write a blog entry about this topic, create custom Instruments in Xcode 10. It's written in spanish, but I'm sure you will understand the code easilyhttp://desappstre.com/how-to-custom-instruments-xcode/And below is the link to the GitHub project repositoryhttps://github.com/fitomad/Desappstre-CustomInstruments
Nov ’18
Reply to Xcode now hangs; SDKs are "status unavailable"
Last post ... I promise ... When I reinstalled Xcode 26.4 again after going through all of the above shenanigans, I chose to NOT install the 26.x line of simulators, nor the Predictive Code Completion Model. As before, Xcode downloaded and installed older simulators anyway, but left the 26.x options uninstalled with their Get buttons primed and ready. I closed down Xcode and did some other stuff. After an hour I launched Xcode to check on things, opened Settings and, lo and behold, the iOS 26.4 and watchOS 26.4 simulators were showing as installed under the Platform Support section of the Components. What is going on? It's as if Xcode is hallucinating.
Mar ’26
Reply to xcode source control with fork of github project
>> what I will probably have to do is to checkout the remote to my local machine (either in Xcode or through CLI, I think either should work the same way), then create an Xcode project in the same directory without SCM, add the files from the local repository into the project, save the project and quit Xcode.I think the first part of this is one correct approach. Clone the repository locally, and create an Xcode project in the same directory (without SCM), and close the project. Then, I would use the git command line to add the new files (modulo stuff you want to ignore) to the existing local repository. That mostly means the Xcode project package itself, along with any source files it created for free. Then, re-open the project, and you should be able to start adding files (now in the local repository to the project).There's another approach which should also work. Don't clone the github remote repository, but create a new Xcode project with SCM loc
Jul ’17
Reply to Xcode Cloud is unable to connect to the repository. Reconnect the repository to resume builds.
Thank you for the post. To get developers and engineers here as much information as possible, so they can help, please provide additional context, including the macOS version, Xcode version you are utilizing, and the repository link if available. Additionally, please include the errors and console messages in Xcode or screenshots. Check the GitHub App Repository Permissions. Also check by opening your project in Xcode, go to the Report Navigator and select the Cloud tab. Right-click your workflow and if Xcode prompts you to grant repository access here, follow the prompts. Check any errors there too and provide those here. If this repository belongs to a GitHub Organization rather than your personal account, you might not have the authority to grant Xcode Cloud access, even if you are a contributor. Looking forward to see the errors. Albert
  Worldwide Developer Relations.
Apr ’26
Reply to Graphical Issue
I don't believe there is anything wrong with the code but Xcode. I do believe there is something wrong with your code. Why have you changed line 23 and 24 from the original code? x: width * segment.line.x + xOffset, y: height * segment.line.y If you want to modify some points, all other points needs to be modified consistently. Only modifying this part is making your shape broken.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’21
UITableView tutorial or github project without storyboard
I have reposted this from reddit as I have gotten no replies.Could anyone please recommend:Swift UITableView tutorials that are not using storyboards? Books, eBooks I can buy? Udemy stuff? I don't mind paying for it if it is worth it. Lately I have been watching letsbuildthatapp's tutorials and I realized I am learning much more if I am doing things programatically. Unfortunately, he does not delve deep into the data side of things, more like UI and right now I am interested in the data side especially. I have a subscription to Ray's website also, and it is excellent, except that there is nothing programatic there either. Or at least I have not found it.Alternatively, any recommendation for an existing Github project I could study. Again, one that was done programmatically, and one that is using UITableView and where the data side is relatively deep. I.e. editing, deleting, inserting, etc. (Saving with Core Data would be a plus).Thanks a bunch!
0
0
328
Jan ’17
Reply to Source Control Account Unavailable
I had the same thing today. Suddenly, randomly, after working for years, I got asked for my github password when trying to 'Push' to the github remote - even though I use SSH rather than passwords.And when I went to preferences/accounts, my github one was grayed out, and gave the same 'Account Unavailable message as you received.I fixed it by completely reinstalling XCode - following these steps I found on the Internet:Delete /Applications/XcodeDelete all files containing com.apple.dt in ~/Library/CachesDelete all files containing com.apple.dt in ~/Library/PreferencesOpen App Store.app, download and re-install Xcode.Create the Apple ID developer accountThat worked fine for me - though other people have reported varying results.I did try just deleing the caches and preferences first, before uninstalling/reinstalling XCode - but that didn't do the trick. I had to do the full re-install thing before it would work.
Replies
Boosts
Views
Activity
May ’19
Reply to Xcode cloud Git Push on a Workflow
I'm also looking for a way to push a tag to origin whenever a build is published to TestFlight. I tried @leolobato's suggestion of using the GitHub PAT, but it was unsuccessful. After watching WWDC '21 Customize Your Advanced Xcode Cloud Workflows, it seems that the source code is not available in the environment where the post-build script is run. Therefore, I'm beginning think the path forward is to use a webhook combined with a microservice that interfaces with the GitHub API.
Replies
Boosts
Views
Activity
Aug ’22
Reply to Github repository issues, no branches showing
Same problem with github org. But, when use personal github account it works
Replies
Boosts
Views
Activity
Jun ’26
Reply to Xcode 12b - Push to git repository fails
For anyone who finds this in the future: What I had to do was to go my github email settings, and uncheck Block command line pushes that expose my email. Xcode won't give you that specific of an error message, but pushing via command line will
Replies
Boosts
Views
Activity
Jun ’21
Reply to Where's the Sandwich assets & code? wwdc20-10119
Just built my 2nd iOS app in Xcode12b4 using this intro to SwiftUI tutorial - this is such a game changer over my 1st app in Xcode 10 years ago! Thank you for checking in assets into GitHub!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’20
Reply to Custom Instruments documentation?
I've write a blog entry about this topic, create custom Instruments in Xcode 10. It's written in spanish, but I'm sure you will understand the code easilyhttp://desappstre.com/how-to-custom-instruments-xcode/And below is the link to the GitHub project repositoryhttps://github.com/fitomad/Desappstre-CustomInstruments
Replies
Boosts
Views
Activity
Nov ’18
Reply to Comprehensive SDL guide for XCode?
Not many people on this forum use SDL. You have a better chance of solving your problem by asking on SDL's forums: https://discourse.libsdl.org You may also want to search GitHub for SDL Xcode project templates. Using a project template can make working with SDL in Xcode easier.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode now hangs; SDKs are "status unavailable"
Last post ... I promise ... When I reinstalled Xcode 26.4 again after going through all of the above shenanigans, I chose to NOT install the 26.x line of simulators, nor the Predictive Code Completion Model. As before, Xcode downloaded and installed older simulators anyway, but left the 26.x options uninstalled with their Get buttons primed and ready. I closed down Xcode and did some other stuff. After an hour I launched Xcode to check on things, opened Settings and, lo and behold, the iOS 26.4 and watchOS 26.4 simulators were showing as installed under the Platform Support section of the Components. What is going on? It's as if Xcode is hallucinating.
Replies
Boosts
Views
Activity
Mar ’26
Reply to problem mixing pipelines with different number of vertex streams (OS X only)
I was able to reproduce the problem in a simple stand-alone project based on the OS X 'Game' template in Xcode so I'm pretty confident this is not some bug in my original code or data. I've uploaded it to the bug report.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’15
Reply to Xcode 16 warning about missing symbols of static framework
Same warning happens to me for the app that uses SumUp SDK when using Xcode 16 beta 6. Same static framework shows no warnings in Xcode 15. Created an issue for SumUp on github, but can it be Xcode 16 beta issue? https://github.com/sumup/sumup-ios-sdk/issues/150
Replies
Boosts
Views
Activity
Sep ’24
Reply to xcode source control with fork of github project
>> what I will probably have to do is to checkout the remote to my local machine (either in Xcode or through CLI, I think either should work the same way), then create an Xcode project in the same directory without SCM, add the files from the local repository into the project, save the project and quit Xcode.I think the first part of this is one correct approach. Clone the repository locally, and create an Xcode project in the same directory (without SCM), and close the project. Then, I would use the git command line to add the new files (modulo stuff you want to ignore) to the existing local repository. That mostly means the Xcode project package itself, along with any source files it created for free. Then, re-open the project, and you should be able to start adding files (now in the local repository to the project).There's another approach which should also work. Don't clone the github remote repository, but create a new Xcode project with SCM loc
Replies
Boosts
Views
Activity
Jul ’17
Reply to Xcode Cloud is unable to connect to the repository. Reconnect the repository to resume builds.
Thank you for the post. To get developers and engineers here as much information as possible, so they can help, please provide additional context, including the macOS version, Xcode version you are utilizing, and the repository link if available. Additionally, please include the errors and console messages in Xcode or screenshots. Check the GitHub App Repository Permissions. Also check by opening your project in Xcode, go to the Report Navigator and select the Cloud tab. Right-click your workflow and if Xcode prompts you to grant repository access here, follow the prompts. Check any errors there too and provide those here. If this repository belongs to a GitHub Organization rather than your personal account, you might not have the authority to grant Xcode Cloud access, even if you are a contributor. Looking forward to see the errors. Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Apr ’26
Reply to CoreNFC ISO7816 Tags
I ran AndyQ's example with ePassport (AID A0000002471001) and got an error on connect to tag:Error Domain=NFCError Code=100 Stack ErrorError Domain=nfcd Code=28 Tag Not FoundiPhone X, iOS 13 beta 4, Xcode 11 beta 4
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’19
Reply to Graphical Issue
I don't believe there is anything wrong with the code but Xcode. I do believe there is something wrong with your code. Why have you changed line 23 and 24 from the original code? x: width * segment.line.x + xOffset, y: height * segment.line.y If you want to modify some points, all other points needs to be modified consistently. Only modifying this part is making your shape broken.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’21
UITableView tutorial or github project without storyboard
I have reposted this from reddit as I have gotten no replies.Could anyone please recommend:Swift UITableView tutorials that are not using storyboards? Books, eBooks I can buy? Udemy stuff? I don't mind paying for it if it is worth it. Lately I have been watching letsbuildthatapp's tutorials and I realized I am learning much more if I am doing things programatically. Unfortunately, he does not delve deep into the data side of things, more like UI and right now I am interested in the data side especially. I have a subscription to Ray's website also, and it is excellent, except that there is nothing programatic there either. Or at least I have not found it.Alternatively, any recommendation for an existing Github project I could study. Again, one that was done programmatically, and one that is using UITableView and where the data side is relatively deep. I.e. editing, deleting, inserting, etc. (Saving with Core Data would be a plus).Thanks a bunch!
Replies
0
Boosts
0
Views
328
Activity
Jan ’17