Search results for

show when run

112,741 results found

Post

Replies

Boosts

Views

Activity

Reply to Restore WatchOS to 1.0
There is not a way to go back from watchOS 2 to a previous version. This is outlined in the watchOS beta Software Installation Guide. If you have run into issues installing watchOS 2, please visit support.apple.com for assistance.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to bricked
Try a different USB port each time. And, you might try opening x code to see if the phone shows up in devices and restore it from there . Have you also tried holding the power and home button together for 5 seconds?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
WatchOS and iOS Console Output
Does anyone know how to show the NSLog or print() console output for both the WatchOS app and the iOS app at the same time? I've tried the Debug -> Attach to Process but it doesn't show NSLog or print() console output. I can go into the device and view the full system logs but there is a lot else going on in the full system log and a lot of noise. Thanks.
1
0
5.6k
Jun ’15
The Developer Disk Image Could not be mounted
HiI'm new user.I try to install a program on my iPhone 5S Version 8.3the program is MotionGraphs then I downloaded on the site of Apple Developeri have xcode version 6.4 (6E7)I get the message «(myiPhone) may be running a version of IOS that is not supported by this version of xCode»there is something strange in xcode in Deployment Target, the version 8.3 does not appear only 6.0, 6.1, 7.0, 7.1, 8.0, 8.1, 8.2 and 8.4Can someone help me?Thank you very much
1
0
1.9k
Jun ’15
Reply to Restore WatchOS to 1.0
I normally hate complaints about running betas, so I know this is hypocritical, but really disappointed with this beta, as even if I wanted to run to the Apple Store and buy an Apple Watch just for testing, I am unable to as they're not available for purchase. I know we jumped the gun I guess, I just expected there to be some reasonable level of QA that went into this release. But I get no notifications, weather has me in the south Atlantic Ocean, Siri doesn't work, most of the time I raise my wrist the device doesn't recognize the gesture, none of my glances are working, and half of the time I go to install an app, the watch tells me that there is no space available despite there being about 5GB free. If I file a radar, it'll get marked as a dupe, and I can't take it to the Apple Store because the genius will tell me that it's an out-of-warranty repair/issue, as I've installed a beta OS.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Notes from Thursday Security Lab
System Integrity ProtectionQuestion:Will disabling SIP be available as a choices .XML at install time for the 10.11 OS? If not, what mechanism will be provided for automatic disabling of SIP for use with automated imaging processes for machines?Pain point: Not every environment will be able to access Internet Recovery. At the same time, straight cloning of existing disks is problematic.Answer:SIP is always off in the Recovery environment and the Installer environment. While booted from those environments, you will be able to make changes to a boot disk which is otherwise protected by SIP.SIP-protected files will still appear as restricted when listed with ls's -O, but they can be renamed, moved, deleted or changed.There will be a command line tool to disable SIP in the Recovery environment, separate from the current GUI tool. The GUI tool is in fact going to disappear in favor of the command line tool. This change will likely appear in Developer Beta 2 or Beta 3; check the release notes.Question:The /System/L
6
0
6.0k
Jun ’15
Reply to NSScrollview not scrolling
the way I understand it is that the clipview is the contentview of the scrollview. Calling [scrollView setDocumentView: imageView] produces a warning. setDocumentView wants an NSClipview.The NSClipView does have a documentView so I tried:[self.scrollView.contentView setDocumentView:imageView];which also doesn't work. The image shows up in the scrollview.I have examined each of the objects in the debug output window and everything seems right, except no scrolling.for example:(lldb) po imageView.frame(origin = (x = 0, y = 0), size = (width = 1920, height = 1200))(lldb) po self.scrollView.frame(origin = (x = 62, y = 52), size = (width = 324, height = 209))(lldb) po self.scrollView.contentView.frame(origin = (x = 1, y = 1), size = (width = 322, height = 207))
Jun ’15
Change Default SSH port (vs SIP)
After upgrading from OS X Yosemite to OS X El Capitan Developer Preview, I tried to edit /System/Library/LaunchDaemons/ssh.plist to change the default SSH port to a custom one. This is the process I've been using for a couple of years in previous Mac OS X versions.The problem is that El Capitan doesn't allow me to change anything in this folder (not even with sudo). The folder and its files are marked as restricted when I list the contents with ls -lO. The same folder listing in previous versions of OS X does not show restricted. I've recently to learned that this is due to SIP (System Integrity Protection) - https://forums.developer.apple.com/thread/4002 / https://forums.developer.apple.com/thread/4662.Question is, now with SIP, what's the politically correct way of changing the SSH port?
0
0
11k
Jun ’15
Reply to What platforms can we target with Swift 2.0?
That is a reasonable assumption but I would NOT make a decision now to use Swift 2 if supporting previous platforms is critical for your app until there is official confirmation of this and Xcode 7 gets all the SDKs and simulators.There was no official response to an earlier query on this. This should be easy enough for the team to confirm to make it easy and safe for developers to make their migration decisions but they have a habit (conscious or not) of making it unnecessarily difficult in the past. :-)Note that there was no obvious or language technical reason for dynamic libraries to not be supported in iOS 7, it was a deployment issue. So even if you get your Xcode 7 compiled app to run on previous versions in development environment, there is no guarantee you will be allowed to deploy it.I can think of several POTENTIAL reasons that previous iOS may not be supported.1. Lack of sufficient resources to test and certify Swift 2 runtime on previous versions to be confident of allowing it.2. Depende
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Can't debug on watchOS 2
When I try to build & run my app on my real devices, I can't select them under schemes. they show up below ineligible devices:My iPhoneName + (null) (paired device os version)So I looked in Organizer > Devices, and at Paired Watch Information it readsName <null>Model UnknownwatchOS (null) ((null))Identifier b42ebe... seems okayUrgh... tried to re-pair, didn't help. It just deleted all my apps and can't download them again (Insufficient storage, read that in other thread)
1
0
466
Jun ’15
Reply to Compiler crash
As it was a build flag that is causing this, I went to create a project from scratch, but the option is no longet showing up in the build settings.In the old project, I have a `SWIFT_WHOLE_MODULE_OPTIMIZATION` option in the `User Defined` setion of the Build Settings.Not sure what to think of that.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Unlock watch app
You asked I was wondering if it's possible to have in app purchase which unlocks the use of the watch app?From a programming perspective: It would be impossible to use IAP to allow an app to run (or not run) on the watch because the connections that link an app to a watch are not programmable. However, the functioning of the app while running on the watch can be limited until the user purchases an IAP. So you could have a 'lite' version that did almost nothing on the watch and a 'full' version that worked. From an approval perspective; the 'lite' version described above would have to do something 'useful' on the watch.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
App crashes when trying to perform custom segue
I'm relatively new to using Storyboards and very new to segue programming, and I'm encountering a problem with a custom segue that I'm trying to implement in my App; or more specifically, a problem when trying to use an unwind segue.I've created two custom segues which are extending UIStoryboardSegue, CurlSegue and CurlSegueUnwind. In my Storyboard I have two ViewControllers, each associated with a class that is extending UIViewController. I connected a Button in the first ViewController to the second ViewController using a Control+Drag, selecting custom and specifying the identifier of my segue (i.e. CurlSegue). This works fine and my custom segue performs as expected without incident, bringing up the second ViewController.To then get the reverse working -- following this documentation -- I added a method named prepareForUnwind to the first ViewController's associated class implementation with the signature below:- (IBAction)prepareForUnWind:(UIStoryboardSegue *)segueOn the second ViewController (in my Story
0
0
817
Jun ’15