Search results for

file uri scheme

78,522 results found

Post

Replies

Boosts

Views

Activity

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
6
0
5.9k
Jun ’15
Reply to Restricted /bin directory after 10.11 upgrade
So, inline with this question... I also noticed that /System/Library/LaunchDaemons is also restricted. The thing is, I want to change the default SSH port... In previous OS X version, I would edit the ssh.plist file in this folder. Now, with SIP activated I can't do that. What's the recommended way to change SSH port withough deactivating SIP?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to SIP (System Integrity Protection)
So, I've noticed that SIP restricts write access do System/Library/LaunchDaemons. Question is... How would I go about changing the default SSH port? In previous versions of OS X, I would just edit the ssh.plist file in this directory. Now, with SIP, this is no longer possible. What's the politically correct way of doing this on a SIP enabled Mac?
Topic: App & System Services SubTopic: Core OS Tags:
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
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
457
Jun ’15
App opens CoreData stores when launch via Xcode, but not when launched via Finder
We have an application that has been using CoreData stores since 2009, but is suddenly having some strange behavior when the application is launched via the Finder.The application has up to a couple hundred core data stores (sqlite with WAL) that are loaded into a single persistent store coordinator at launch. When the application is launch from within Xcode (using release or debug builds, with the debugger on or off), everything loads up fine---zero complaints. However, when the application is launch from the Finder, the first 'several' persistent stores are loaded fine, but then eventually they start failing to load. E.g.,Error Domain=NSCocoaErrorDomain Code=256 The file couldn’t be opened. UserInfo=0x618000278d80 {NSSQLiteErrorDomain=14, NSUnderlyingException=I/O error for database at /Users/path/SomeStore.sql. SQLite error code:14, 'unable to open database file'}What could possibly be going on here?It's worth noting that the application actually creates two separate persistent store coor
5
0
2.0k
Jun ’15
Reply to OS X 10.11 Beta Software Compatibility
I have an addendum. My first post doesn't even seem like it applied here, but here's how fixed mine:- /opt/cisco/anyconnect/profile - delete the xml files here. This will stop AnyConnect from attempting automatic communication.- launch AnyConnect (it now launched for me)- In my case, I was connecting to an untrusted server. Something about connecting to an untrusted server made the app crash. When I log in to the site through official channels, I was able to launch and connect to the VPN portal.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
dyld: Library not loaded. Image not found
Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this errordyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis Referenced from: /private/var/mobile/Containers/Bundle/Application/ Reason: image not foundSo frustrated.... And yes I have tried embedded binaries, copy files, etc.Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)
7
0
40k
Jun ’15
Reply to How do I link against .tbd files in Xcode 7?
the dylib files are still there in /usr/lib (the tbd file seems to be a wrapper of some sort for the dylib files - you can see where they are by reading the tbd file)Add a library to your project, then click 'Add Other...' then type control-command-G and type in the path '/usr/lib' - you'll find libz.dylib there.This 'hack' solves my problem.... but I wonder - does XCode 'not support' tbd files fully yet?EDIT: I'm thinking that maybe OS X El Capitan has support for the file-typ tbd, which is not available with OS X Yosemite? I haven't upgraded my OS yet.
Jun ’15