Search results for

“xcode github”

97,542 results found

Post

Replies

Boosts

Views

Activity

Reply to Unable to build project in Xcode 14.3 beta due to missing arc dir at /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
Launching lib/main.dart on iPhone 15 Pro in debug mode... Running pod install... Running Xcode build... Xcode build done. 47.0s Failed to build iOS app Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:72:11 Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:87:11 Swift Compiler Error (Xcode): Cannot assign value of type '(any AuthInterop)?' to type 'any AuthInterop' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:290:38 Swift Compiler Erro
Aug ’24
Reply to Xcode 9 - Git not on GitHub?
As of Xcode 9, the Preferences window no longer lists every source control repository you have ever opened or cloned in Xcode. Instead, you will see the Source Control services you have explicitly added like GitHub or GitHub Enterprise.Can you expand a little on what you're trying to do? If you want to check out a new repository you'll want the Source Control > Clone… menu item. Otherwise, the new navigator dedicated to Source Control information is a great place to start.
Sep ’17
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
1.2k
Oct ’22
Reply to Xcode/GitHub integration broken
Been suffering through this same exact issue for the past couple hours and finally found a solution: First, (if you haven't already updated your SSH key) generate a new SSH key using ECDSA with the following command: ssh-keygen -t ecdsa -C your_email This should generate two keys id_ecdsa and id_ecdsa.pub Next, add the SSH key to your github account. Run the following command to copy your new key to clipboard. pbcopy < ~/.ssh/id_ecdsa.pub Then go to GitHub ---> Settings ---> SSH and GPG Keys, and click on New SSH Key. Give your key a relevant title and paste what you copied from your clipboard. Click on Add SSH Key and confirm your password if needed. Now that you have your new key setup it's time to tell update your Xcode account to use the new key which is not as simple as selecting it from the drop-down for some reason. Go to Xcode ---> Preferences ---> Accounts. Highlight your current GitHub account and delete it by tapping the - button located i
Mar ’22
Reply to Server part on Swift
On an OS X server, you can go with with established HTTP service like Apache, but you are (at least for now) going to have write some kind of interface module to be able to integrate Swift code. Or, you can write your own HTTP service (there is source code for this sort of thing on, say, Github, which you could translate into Swift), and add whatever server-side processing your situation requires.So, yes, a pure OS X + Swift server solution is functionally possible now. But the problem is that this will only be good for low transaction rates. For higher volumes, you need scalability (load balancing, etc) and writing that sort of thing from scratch in Swift is going to be a challenge (not to mention time-consuming).My point in mentioning IBM and Microsoft is that, on the server side, (IMO)infrastructure is a more important consideration than your preference for APIs. Use the wrong language, and you'll be unhappy for a while during implementation. Use the wrong infra
Topic: Programming Languages SubTopic: Swift Tags:
May ’16
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
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 Unable to build project in Xcode 14.3 beta due to missing arc dir at /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
Launching lib/main.dart on iPhone 15 Pro in debug mode... Running pod install... Running Xcode build... Xcode build done. 47.0s Failed to build iOS app Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:72:11 Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:87:11 Swift Compiler Error (Xcode): Cannot assign value of type '(any AuthInterop)?' to type 'any AuthInterop' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:290:38 Swift Compiler Erro
Replies
Boosts
Views
Activity
Aug ’24
Reply to Navigationlink not working well
I'm also experiencing the same behavior in iOS 15, Xcode 13.0 beta, I have created project here on my-github. It can be my code that is the problem - but, of course, not :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Xcode 9 - Git not on GitHub?
As of Xcode 9, the Preferences window no longer lists every source control repository you have ever opened or cloned in Xcode. Instead, you will see the Source Control services you have explicitly added like GitHub or GitHub Enterprise.Can you expand a little on what you're trying to do? If you want to check out a new repository you'll want the Source Control > Clone… menu item. Otherwise, the new navigator dedicated to Source Control information is a great place to start.
Replies
Boosts
Views
Activity
Sep ’17
Create a new GitHub Remote Repository - Unknown Error
When I try to create a new remote GitHub repository I get dialog saying An unknown error occurred I have existing projects with a remote repository on GitHub and I can push to those ok. Any suggestions of a workaround or how to get further diagnostics will be most welcome.
Replies
3
Boosts
0
Views
106
Activity
Jan ’26
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
Replies
0
Boosts
0
Views
1.2k
Activity
Oct ’22
Reply to Xcode/GitHub integration broken
Been suffering through this same exact issue for the past couple hours and finally found a solution: First, (if you haven't already updated your SSH key) generate a new SSH key using ECDSA with the following command: ssh-keygen -t ecdsa -C your_email This should generate two keys id_ecdsa and id_ecdsa.pub Next, add the SSH key to your github account. Run the following command to copy your new key to clipboard. pbcopy < ~/.ssh/id_ecdsa.pub Then go to GitHub ---> Settings ---> SSH and GPG Keys, and click on New SSH Key. Give your key a relevant title and paste what you copied from your clipboard. Click on Add SSH Key and confirm your password if needed. Now that you have your new key setup it's time to tell update your Xcode account to use the new key which is not as simple as selecting it from the drop-down for some reason. Go to Xcode ---> Preferences ---> Accounts. Highlight your current GitHub account and delete it by tapping the - button located i
Replies
Boosts
Views
Activity
Mar ’22
Reply to Adding GitHub account to Xcode Accounts
Have you generated your GitHub token successfully on the GitHub site? (GitHub token is not a password. Changing your GitHub password would not help.)
Replies
Boosts
Views
Activity
Jan ’21
Reply to Incremental compilation, dependencies
you don't need to use xcode to build an app but you must have it installed.tools like fastlane, or poke around github at what facebook/google have for managing massive builds
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’17
Reply to Server part on Swift
On an OS X server, you can go with with established HTTP service like Apache, but you are (at least for now) going to have write some kind of interface module to be able to integrate Swift code. Or, you can write your own HTTP service (there is source code for this sort of thing on, say, Github, which you could translate into Swift), and add whatever server-side processing your situation requires.So, yes, a pure OS X + Swift server solution is functionally possible now. But the problem is that this will only be good for low transaction rates. For higher volumes, you need scalability (load balancing, etc) and writing that sort of thing from scratch in Swift is going to be a challenge (not to mention time-consuming).My point in mentioning IBM and Microsoft is that, on the server side, (IMO)infrastructure is a more important consideration than your preference for APIs. Use the wrong language, and you'll be unhappy for a while during implementation. Use the wrong infra
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’16
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.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Agents in Xcode: Codex Sign In not working
I'm facing the same issue. While waiting for a fix, you could also try GitHub Copilot for Xcode as an alternative. Has anyone found a permanent fix for the Codex sign-in issue?
Replies
Boosts
Views
Activity
3w
Reply to Budget Mac for Xcode development ?
Buy a used 2012 mac mini i7 and upgrade to 16GB ram and an SSD. Faster than most current macbooks according to github com/ashfurrow/xcode-hardware-performance, although that machine's benchmark's aren't uploaded for xcode 9.
Replies
Boosts
Views
Activity
Oct ’17
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.
Replies
Boosts
Views
Activity
Aug ’15
Reply to Hi, I have the new Xcode 11.4.1 with what I think is swift 5.1. What is the correct code for hiding a UIButton?
Xcode 11.4.x runs Swift 5.2When sharing code, pls, use the <> brackets in the editor. See For Best Results - Read the LabelTry:.isHidden(true)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’20
After upgrading to version x code 11, windows in devices began to cascade, tell me how to fix it.
I am a novice programmer I made a small program on x code 10 swift 4.2 macOS 10 after upgrading to x code 11 and macOS, windows in the emulator have become a cascade I do not understand how to fix it.
Replies
0
Boosts
0
Views
386
Activity
Dec ’19