Search results for

xcode github

91,964 results found

Post

Replies

Boosts

Views

Activity

Reply to Any way to debug Xcode Cloud / GitHub setup issues?
I never did work out how to debug it further, but I gave it one last try the next morning... and it worked! Today I got the Authorise button in the Xcode Cloud setup flow again, was walked through the journey on App Store Connect again, and it re-used the existing GitHub app I'd installed yesterday as an organisation owner. At the end, I got the success message: Xcode Cloud has been successfully connected. Xcode Cloud can now access your source code. Continue In Xcode ...which I believe I also got yesterday, but this time it worked! The only thing I can think of is that the first time I tried this yesterday, I did the journey as a normal Organisation member (not Owner) and asked an Owner to approve it. It looked like it had worked; when I got errors in Xcode, we deleted the app from GitHub, I was given Owner permissions, and tried again - but possibly something in Xcode Cloud had cached the previous setup? (I tried later on a different ma
Jan ’22
Reply to How to use edit> convert to convert objective C code to swift
I don't think that menu does what you hope...The choices being:- current swift syntax - modern Obj-C syntax- Obj-C w/arcThere is no 'Obj-C to Swift' choice.Quoting from Apple's Swift blog 10.2016:Xcode 7 and OS X El CapitanOS X El Capitan requires Xcode 7, which includes Swift 2, native support for System Integrity Protection (SIP), app thinning, as well as the latest SDKs. When running Xcode 7 you may notice a number of syntactical changes need to be applied to your Swift 1.2 code. To help in your migration to Swift 2, Xcode 7 includes a helpful tool to re-write older Swift code for you. Just select the menu item Edit > Convert > To Latest Swift Syntax and Xcode will migrate your code to the latest Swift API and syntax.
Dec ’17
Reply to Issue launching a Developer ID signed app
OS X 10.10.4 included new code signature hardening that tripped up lots of folks who are doing their own signing (rather than having Xcode sign your product, which is what we recommend). You can read about this in Technote 2206 OS X Code Signing In Depth.Share and Enjoy — Quinn The Eskimo! Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Code Signing SubTopic: General Tags:
Oct ’15
Reply to iOS Project (Xcode 7.3.1/HighSierra) issues whlie building from Xcode 10.1 (Mojave)
Xcode 7.x and 8.x are not compatible with, and unsupported on, macOS mojave. If you have a requirement to use those older Xcode's, you are obligated to use them with older macOSs.See the Xcode wiki for details, and before you ask, if your MAS history does not include older macOSs, you are out of luck there as well.As for issues with that project on Xcode 10, and if you are not in a position to climb the Xcode 7/8/9/10 ladder, I'd recommend creating a new project with the appropriate template, then fold your assets and code into it, working any issues one/by/one as you complete the transition.Good luck.
Feb ’19
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
207
Jul ’15
MacOS X application code sign issue
Hello,My application uses multiple frameworks (in ‘MytestApp.app/Frameworks’ directory). Each framework in turn is dependent on one or more other frameworks (inside ‘MyTestApp.app/Frameworks’ directory). This is achieved using symbolic links.See below image for reference (MyTestApp.app 's bundle structure) :When I code sign MyTestApp.app and validate with command : codesign -vv / Path_To_Application_Bundle It gives below error all the time : unsealed contents present in the root directory of an embedded frameworkMy Queries :1. How to code sign application if application has Framework with symlink outside its bundle?2. I used this structure to reduce application's size, If above case is not valid for code sign then what is alternative?3. In my other framework I have Resource folder symlink to some Directory, which is validate on installation, but while code signing that Directory may not be there, in that case how to code sign framework?Please provide solution to code sign my MyTestApp.app .Note : I am unable
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
2.7k
Feb ’19
Lost X Code Project for a Live Application
Hello, I currently have a live application in the iOS App Store that needs an update to start functioning again, but I've lost the source code in a hard drive failure. Is there a way to reverse engineer the currently deployed package that is live (and also a way to download it from App Store Connect)⁉️ The development change itself is just a very small change for an API route in the code itself. I could even direct an engineer at Apple to make the change in 5 minutes! Let me know if this is possible. Thanks❗️
1
0
59
Apr ’25