Search results for

xcode github

92,021 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode cloud and unlinking SCM
I'm currently dealing with the exact same thing. Using Github as my SCM, I was getting errors telling me I had to reconnect, but clicking reconnect only gave me another error saying it was incomplete. Thought maybe I'd just start over from scratch and deleted all Xcode Cloud data. Now it gets stuck at Grant Access to Your Repository and I get a popup error telling me my app couldn't be added to Xcode Cloud. Added my own feedback. FB number is FB9785098.
Nov ’21
Reply to Xcode 15 commit button not shown
The proposed solution does not work for me as well. I added my GitHub account under Xcode -> Settings -> Accounts. I also added my Author Name and Author Email under Xcode -> Settings -> Source Control. I made changes & went to Integrate -> Stage All Changes (this worked). Next, I went to Integrate -> Commit... and the screen below opens with the commit button greyed out. I know I can use terminal to commit my changes. I am trying to get the source control integration working on my project.
Apr ’24
Reply to iOS 12 scrollview zoom broken?
I have a github repo that demonstrates the problem. Unfortunately I cannot post the link here because of the draconian moderation filter :/My GH username is mluisbrown and the repo is called ZoomTest if you can reach it that way...From Xcode 10, if you run it in iOS 11.4 simulator it works as expected. In iOS 12 simulator it's completely broken. And viewForZooming is returning the imageView directly (there is no wrapper view)
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’18
Reply to Xcode 10's base SDK?
>still not clear on the other way around though - selecting 3.2 but being able to use 4.x API; the discussion doesn't seem to say compatibility works that way aroundDon't conflate supported code with migrated code.From the Xcode 10 Release Notes:Xcode 10 is the last release that will support Swift 3. Migrate your projects from Swift 3 code to Swift 4.2 syntax by opening the project and choosing Edit > Convert > To Current Swift Syntax… (43101816)
Oct ’18