Hey Everyone, The new rich comments is really nice for keeping the code easy to skim. I am curious though if there is a syntax for tables yet? I feel tables are an easy way to get a lot of information into a small area like in GitHub's markdown and would love to use it in playgrounds for things like header information if its possible.Thank you in advance!
Search results for
xcode github
91,958 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,What is the proper way to inspect a WebView in a Mac application?I can access any iOS simulator or connected device through the Safari Develop menu just not any Mac apps (The entry for the Mac lists No Inspectable Applications).All the Mac apps are launched by Xcode and the scheme is set to debug.Is there something I am missing or are Mac apps not supported? I tried to search the documentation but found nothing.Thanks.
Had my app running on my watch with Watch OS1 and wanted to try OS2. Installed iOS 9 and Xcode 7.After several failed attempts, I went back to my non-watch app and added a new target for the Watch OS2.Added my storyboard contents, icons, etc.When I run the Watch App, it installs the icon, the app, sets everything up, and then Xcode says Finished running the app.If I tap the icon on the watch, it spins forever.If I try to look at the glance, it has an activity indicator that spins forever.There aren't any error messages, yet the app won't run.Does anyone have any ideas that I can try?
I'm getting an Abort Trap: 6 after bringing in over a project from XCode 6.3. Here's what I'm getting in 7.0:CompileSwift normal x86_64 /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElementLayer.swift cd /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0 /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElement.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffView.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/NotePickerViewController.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/FingeringViewController.swift -primary-file /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElementLayer.swift /Users/mike/Cocoa/BitBucket/bassoon
I don't know if there's an easier way, but I found an iPhone app called System Console that displays all log messages from both iPhone and WatchKit apps. Even if there's a way to do it in XCode, the System Console app displays the log messages in real time in a relatively non-envasive manner (Disclaimer: I have no connection to System Console or its authors).
Topic:
App & System Services
SubTopic:
Core OS
Tags:
So, I downloaded Xcode 7 and installed it to be able to use free provisioning to test my app on an iPhone running iOS 8.3 before subscribing to the developer program. Connecting my iPhone, I see it in the toolbar and on the device list in Devices window.I also added my Apple ID in the Preferences' Accounts Tab and it shows Free under iOS and Mac next to my name. Nevertheless when hitting the play/build-and-run button Xcode at first starts building the app but before transferring, I guess, it stops and tells me it was Unable to find a team with the given Team ID '<My ID>' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support, any suggestions what to do?I removed and added my account several times, getting the same message all of the times.
Starting this fall in Xcode 7, everyone who has an Apple ID and is over 13 years old will be able to build apps that run directly on their Apple devices without joining a developer program.Look at here - https://developer.apple.com/education/
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
FWIW, I also see that all the @IBOutlets in my (all-Swift) source are displaying in Xcode as unlinked from my storyboard/.xibs (even though, as I said, I can run the app just fine).
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Actually, I think the IBOutlets and actions have always shown as being unlinked until the storyboard is selected once. I hope that a number of other people discover that they have this problem too. Maybe it will push Apple to take a quick look at it.By the way, I noticed that the 'Crustacean' playground also causes Xcode to quit when I try to open the console to see the graphics.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I can see watch logs/app crashes within the iphone's logs accessed from Devices in XCode
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I've downloaded the .dmg, copied to Applications, waited for the verification - said 'open' once the verification is done then Xcode crashes. I'm running 10.10.3 which I think should work. I've tried uninstalling, re-downloading and re-doing the process with not luck. Has anyone else encountered this problem? Thanks.This is the error:Process: Xcode [396]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [396]User ID: 501Date/Time: 2015-06-10 17:25:29.684 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A4A041F0-414B-EB94-4B70-43B0C8715464Time Awake Since Boot: 320 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Application Specific Information:ProductBuildVersion
Under Xcode 7, users can now build, load and run their apps on their devices. Does this also mean, you no longer have to be a developer for AdHoc distribution of your apps?
Starting with XCode 7 / Swift 2, I am seeing an intermittent EXC_ARM_BREAKPOINT, subcode=0xe7ffdefe crash in this code:let rando = Int(arc4random())Any ideas?(Edited to remove the threadsafety question)
UPDATE:In the playground, my sample code worked as well as expected. The passed URL http:// remains http://. It seems to go wrong only in the Xcode app which http:// is replaced by https: //.Regards,Rob
Topic:
Programming Languages
SubTopic:
Swift
Tags: