Search results for

xcode github

91,956 results found

Post

Replies

Boosts

Views

Activity

Reply to Executing `simctl terminate` causes a new error message
bump - any luck with this? I've started getting the same error after upgrading a couple of build machines to X-Code 13 and Monterey. (Fortunately still have a couple on BigSur and 12.5) It worked fine immediately prior to the update. Monterey: 12.3.1 XCode 13.3 Xcode-select tools 2395 CLI - 13E113 appleSimUtils was 8.X and upgrade to 0.9.5 - both versions had this error.
Apr ’22
Xcode keeps asking me to login to GitHub when I add packages. It happens over and over, and never allows me to add a package from a GitHub URL
I try and add a new package. After that, it asks for my personal access token. Which I correctly enter. And then it repeats. I don't know how to get it to stop. I've noticed it has gone away. But each time I go to add a package I can almost guarantee I'll spend an hour trying to add
0
0
1k
Oct ’22
Reply to Develop for client having devices running ios 6
You may consider it a fanboy response but, the reality is, in some cases, xCode 7 for example, what youare asking simply may not be possible. If you're coding with Swift, iOS 7 is the lowest target possible.Once xCode 7 goes into release, xCode 6.x will only be allowed for a limited time period so, same issue.Right now, you can use xCode 6.x and as Simpsonics said, set the target all the way down to 4.3 if youwish BUT, not in Swift apps.
Aug ’15
Reply to Developing iOS 13 app on Xcode 12 beta?
@D-hops: I'm in the same situation. I'm working on finishing up my first app for iOS 13 and have wondered about what is supposed to be done with a new iOS comes out. This is answering some questions, but I'm not familiar with git (I assume GitHub) or branches of code. Can anyone point me in the direction of how to use GitHub with Xcode? And how to branch code... :D I can't include links, but Ray Wenderlich has a tutorial on using Xcode 9 with git, which is slightly out of date, but I could figure it out from there. Atlassian also has some general git tutorials.
Jun ’20
Reply to iOS 10 backward compatibility
Xcode allows a range of iOS support (based on the iOS SDK it ships with), by setting the Deployment Target accordingly (allowing say iOS 10.x and 9.x in your example), so the general answer to your query is yes.Your framework would require coding/testing as usual to confirm either way.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’17