Search results for

xcode github

91,899 results found

Post

Replies

Boosts

Views

Activity

How to code an alert in OS X (10.12.1) and Xcode 8.1 using Swift 3?
I'm running OS X (10.12.1), Xcode 8.1 and Swift 3 on my MacBook Pro (all are updated automatically). For a MacOS application (not iOS), I want to show an alert when an invalid user entry is input. I've researched a zillion examples and tried many of them, but none work. And, a good number of them send my Playground into a loop (dreaded color wheel) from which I have to reboot (the latest of these is attached).My question is: What is the proper Swift 3 code to create an alert in the environment and the conditions described above occur?
2
0
595
Dec ’16
XCode 12 - Can't login to Github without Access Token???
Hey, so I wanted to pull from the Github project repository and XCode asked me login again. Forgot my password so I tried a wrong one and now it keeps asking for my Username and Access token, when I actually just want to login with my password. Doesn't let me choose between the too, not even when adding the account through preferences. Anyone know how to just login with password and the reason for this -pardon me- absolutely idiotic choice of not letting the user choose?
8
0
22k
Sep ’20
How can I troubleshoot access to GitHub?
I am trying to configure my access to GitHub and no matter what I do I get the Authentication failed message. I have tried everything I know to try. I have even disabled two-factor authentication and just tried using a username and password which I know is correct. I simply want to make it work so that I can set a bot with OS X Server.Is there a guide somewhere which helps with troubleshooting access problems with Xcode repository configurations and GitHub. It appears to be completely non-functional.
2
0
648
Oct ’15
Xcode 14.3.x and Xcode 15 - slather code coverage folder missing
Hi everyone Premise: it works with Xcode 14.2 I have a problem with fastlane and slather, it gives me an error that it cannot find the code coverage folder Here are some details Fastlane file slather( build_directory: ./DerivedData, scheme: MyApp, workspace: MyApp.xcworkspace, proj: ./MyApp.xcodeproj, output_directory: ./DerivedData/testResult, cobertura_xml: true, verbose: true ) Error: Exit status of command 'slather coverage --cobertura-xml --build-directory ./DerivedData --output-directory ./DerivedData/test-output/slatherOutput --ignore Pods/* --ignore fastlane/* --ignore build/* --ignore DerivedData/* --verbose --scheme ProjectName --workspace ProjectName.xcworkspace ./ProjectName.xcodeproj' was 1 instead of 0. Slathering... /usr/local/lib/ruby/gems/3.0.0/gems/slather-2.7.4/lib/slather/project.rb:239:in `profdata_coverage_dir': No coverage directory found. (StandardError) from /usr/local/lib/ruby/gems/3.0.0/gems/slather-2.7.4/lib/slather/project.rb:517:in `find_binary_files' from /usr/local/lib
3
0
3.1k
Oct ’23
Xcode 14.1 Missing path after GitHub pull
Hey guys, I have a strange problem. I am getting this error: Missing path (/Users/username/Documents/Development/Brief/Brief/Mapbox/MapboxCoreMaps.xcframework/ios-arm64_x86_64-simulator/dSYMs) from XCFramework 'MapboxCoreMaps.xcframework' as defined by 'DebugSymbolsPath' in its `Info.plist` file The interesting thing the same project pulled on other Macs works perfectly fine. Just my home MacBook Pro has this problem. The project itself is on Github. I checked the folders and they do exists. Have no idea what it wrong.
0
0
1.4k
Nov ’22
X Code 9.3 multiple problems
Hi allHaving had several issues with earlier versions (mainly - simulator trying to launch for about 5 minutes before failing, xcode suddenly quitting once or twice an hour, playgrounds taking 5 minutes to launch plus many others) I hoped that 9.3 would be better. Ha! Now it is far worseWhen I select storyboard it locks upWhen trying to quit it locks up.Simulator doesn't launch at all With these problems the program is totally unuseable.I have been learning to program for the last 8 months but a HUGE amount of my time has been wasted battling this program. I have tried all the suggested fixes, sent in a bug report, but all to no avail.From what I have read there are a number of people like me that have continual problems, but I know people who have no or very few problems. This is especially noticeable when I watch u-tubes of others using X code and how nicely it seems to work for them. This would seem to indicate a problem with my computer. It is a 2 year old iMac, 8 GB memory. I h
4
0
1.2k
Apr ’18