Search results for

“xcode github”

96,032 results found

Post

Replies

Boosts

Views

Activity

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
321
Jan ’17
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 iOS Simulator Download
You can actually download the specific iOS versions you are looking for from this GitHub. For steps on how to install the file, check here: https://medium.com/macoclock/how-to-add-device-support-files-to-xcode-ce4ca5965092 I'm running 13.2.1 and I have up to 15.2
May ’22
Reply to Xcode cloud enterprise version
Hi @ericpoon2001, Great question. Today, Xcode Cloud supports self-hosted GitHub repositories and private dependencies. However, you can't host Xcode Cloud on-premise, it runs on Apple's cloud infrastructure. Please file a feature request using Feedback Assistant. Thanks!
Jun ’21
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 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
Reply to ITMS-90725: SDK version issue (iOS 17 SDK)
Yes, I managed to resolve it too by updating the runner image. Was using macos-latest as well. However, I did not specify the version code to 15.2 in Fastlane, what I did was use https://github.com/marketplace/actions/setup-xcode-version to select the Xcode version in GitHub Actions.
Replies
Boosts
Views
Activity
Mar ’24
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
321
Activity
Jan ’17
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 Mistake in Apple's Crustacean.playground?
I was taking a look at the Crustacean.playground today in Xcode 9, and it needed some updates for Swift 4.0.I've uploaded my changes to github for anyone who needs them:https://github.com/Krishna/Crustacean---Protocol-Oriented-Programming-in-Swift
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’17
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 Xcode 13.2 and Github - No Packages listed
Same experience. Github account in place in preferences. When add packages invoked Apple Swift Packages shows up under collections and GitHub shows up under Source Control Accounts. Swift Packages are visible but nothing when GitHub clicked and nothing when known GitHub package is searched for.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Inline Comparison on Commit seems to be forced in XCode 15 Beta 3
I switched to Github Desktop a month ago. It's like Xcode used to be: a simple list of changed files, side-by-side comparison and a big blue commit button. A breath of fresh air. And it works perfectly next to Xcode too e.g. Xcode updates in real time when you check-in. Until Xcode gets fixed I can recommend it.
Replies
Boosts
Views
Activity
Jan ’24
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 iOS Simulator Download
You can actually download the specific iOS versions you are looking for from this GitHub. For steps on how to install the file, check here: https://medium.com/macoclock/how-to-add-device-support-files-to-xcode-ce4ca5965092 I'm running 13.2.1 and I have up to 15.2
Replies
Boosts
Views
Activity
May ’22
Reply to iPhone 15 with iOS17 simulator unusable on Intel based iMac
I think this issue is affecting the GitHub Actions runners as well. The iOS 17 simulators are unusable now; it's a huge pain as it likely means downgrading our validation pipelines back to Xcode 14.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to xcode 12.4 and iOS 16
Hi darkpaw, thank you. I know that there are these constraints about xcode and ios versions. I've already tried the github solution that you've posted, but it seems that doesn't work. Any other ideas? Thank you Paolo
Replies
Boosts
Views
Activity
Sep ’22
Reply to [Bug] Unit Test target ignores Xcode Package Dependencies
I found this issue under the both swift-gRPC and swift-nio projects on github. From the contributor disscusions, I can see the issue is likely caused by XCode since 2019. I will file a bug to https://feedbackassistant.apple.com as they suggested.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode cloud enterprise version
Hi @ericpoon2001, Great question. Today, Xcode Cloud supports self-hosted GitHub repositories and private dependencies. However, you can't host Xcode Cloud on-premise, it runs on Apple's cloud infrastructure. Please file a feature request using Feedback Assistant. Thanks!
Replies
Boosts
Views
Activity
Jun ’21
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 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