Search results for

“xcode github”

96,040 results found

Post

Replies

Boosts

Views

Activity

does or did Apple provide any git service like Github
I am asking this question because we outsourced an app development to an offshore company last year.Now when we asked the source from them, they told me they has commited the source to official git server provided by Apple, which I never heard of and can't prove it never exists either.They also told there were an entrance to that git server on the Member Center page and just disappeared now.I really appreciate if someone could give me an official anwser.
0
0
250
Aug ’15
Reply to tvOS 10.2 beta - Strange top shelf behaviour
Okay,some combined StackOverflow and Github results helped me to use xCode 8.2 with tvOS 10.2:From StackOverflow: You need to copy the iPhoneOS5.1.sdk to the directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk and iPhoneSimulator5.1.sdk to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk (You'll need to restart Xcode to be able to select the SDKs in the Base SDK build option.)And from Github: // The trick is to link the DeviceSupport folder from the beta to the stable version. ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3 (14E5230d)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport // Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versionsMaybe the latter one (of course adapted for Apple T
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’17
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
Reply to Widgets not showing text content
You can check the Github page I've mentioned above.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’21
Reply to GPU much slower than CPU for LSTMs and bidirectional in TensorFlow 2.8
Post a bug report on the tensorflow github project
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to TipKit Sample Code and Documentation
I found this GitHub repo of TipKit examples very helpful!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Universal Control on MacOS 15.1
Teleport (1.3.5) is working as a replacement (available on GitHub).
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Cloud fails to clone Github repo with LFS since Aug 27th
Edit : Increasing LFS bandwidth in github worked for me
Replies
Boosts
Views
Activity
Sep ’24
does or did Apple provide any git service like Github
I am asking this question because we outsourced an app development to an offshore company last year.Now when we asked the source from them, they told me they has commited the source to official git server provided by Apple, which I never heard of and can't prove it never exists either.They also told there were an entrance to that git server on the Member Center page and just disappeared now.I really appreciate if someone could give me an official anwser.
Replies
0
Boosts
0
Views
250
Activity
Aug ’15
Reply to Xcode Testing Help
It sounds like you want an SCM system. I suggest GitHub.
Replies
Boosts
Views
Activity
Jun ’17
Reply to Xcode server bot can't clone from github/bitbucket
For me logging into GitHub with a personal access token fixed my issues.
Replies
Boosts
Views
Activity
Jul ’21
Reply to ios 16 uitextview refresh problem
Add this project to github: https://github.com/prjsoft/ios16textview
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to H.265 Decoding with VideoToolBox
I uploaded the project to github. https://github.com/kohshin1977/H265Decoder
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to What is the best way to implement In-app purchases
I have not, but there's a description of how to use it with swift on its github page.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’16
Reply to Can we share planes/anchorpoints with others?
Awesome! Would love to see a write up or a github project.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to Do I need the multitasking camera access entitlement during development or just when submitting an app
hi, can u provide sample github? Thanks so much
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to tvOS 10.2 beta - Strange top shelf behaviour
Okay,some combined StackOverflow and Github results helped me to use xCode 8.2 with tvOS 10.2:From StackOverflow: You need to copy the iPhoneOS5.1.sdk to the directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk and iPhoneSimulator5.1.sdk to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk (You'll need to restart Xcode to be able to select the SDKs in the Base SDK build option.)And from Github: // The trick is to link the DeviceSupport folder from the beta to the stable version. ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3 (14E5230d)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport // Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versionsMaybe the latter one (of course adapted for Apple T
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’17
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)
Replies
Boosts
Views
Activity
Oct ’18