Search results for

xcode github

94,698 results found

Post

Replies

Boosts

Views

Activity

Small testing app for the application context on GitHub
I wrote yesterday a very simple testing app to see the behaviour of the WCSession object when the iPhone or Apple Watch reboots or when the connection gets lost. Because this is maybe also interesting for others I put it on GitHub. It is only a quick hack so dont expect to much. But you can see how the application context works to avoid mistakes in your apps.https://github.com/agriesert/WCSessionTest
0
0
208
Jul ’15
Publish old demo code from Apple on GitHub
I was searching for demo code from WWDC 2015 (Maze: Getting Started with GamePlayKit). Turns out, Apple remove the project from their website. But I finally found the project on my Mac because I must have downloaded it in the past. Does anyone know if I'm allowed to put that project to a public GitHub page without any modifications? Has anyone of you experience with this? I think it's really bad that Apple is removing those old projects. And as this particular project is in ObjC it compiles with only minor adjustments.
2
0
95
Jun ’25
Reply to WatchConnectivity for Xcode 12 / watchOS 7 / iOS 14 beta broken
I have the same problem with WCSession.default.transferFile it works on already distributed apps also under iOS 14.x but when I compile with current Xcode Version 12.2 (12B45b) it doesn't work. Also the Apple sample code doesn't work. So I can not update apps with the current Xcode Version that is really bad and time consuming. Will this issue fixed once a time with the next Xcode release ? When I use a IOS 13.x simulator with watchOS 5.3 it works. But in reality on a current updated device it doesn't work Totals disappointed !!
Topic: App & System Services SubTopic: General Tags:
Dec ’20
Reply to Network issues on Xcode Cloud brew commands
Update: I believe this can be Github blocking requests from the XCode Cloud infrastructure because I am also having errors when cloning from Github: Showing All Messages + git clone https://github.com/nodenv/node-build.git /Users/local/.nodenv/plugins/node-build Cloning into '/Users/local/.nodenv/plugins/node-build'... error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
Jul ’22
Reply to watchOS 1 apps don't seem to work on iOS 10 + wachOS 3 simulators
Are you even able to build your watchOS 1 app in Xcode 8 beta 6? Our static library that shares code between the watch app and parent app is giving us issues:Target 'X' of project 'X' was rejected as an implicit dependency for 'libX.a' because its SDK is platform 'com.apple.platform.iphonesimulator' and it needs to match platform 'com.apple.platform.watchsimulator'Even when the target has the watchsimulator in the 'Supported Platforms' it gives us issues. This builds fine in the latest version of Xcode 7.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’16