Search results for

dsym file

75,626 results found

Post

Replies

Boosts

Views

Activity

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
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
Reply to WatchOS 2 beta broken?
I've filed about a dozen bug reports on it already. It's very unfortunate that Apple realesed what is really an in-house alpha to the developer community--especially as most of us (I assume) only have our watches right now, due to cost and limited availability. It's not a good situation when your regular watch behaves so unpredictably!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
Steps so far:1) Create Project with for example iOS/Application/SingleViewApplication2) Add Target iOS / Application Extensions / Content Blocker Extension3) Edit blockerList.jsonsample:[ { trigger: { url-filter: www.domain.com/file.png }, action: { type: block } },{ trigger: { url-filter: www.domain2.com/file2.png }, action: { type: block } } ]4) Install app5) change Safari Settings and enable new extension6) use Safari Browser=> result for me is currently, that the listed images are blocked, but not js files. The images are then not displayed on the website and on the loaded resources area in the Safari Web Inspector, if the device is monitored through the desktop Safari.
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
strange Finder bug
I have come across a strange bug in the Finder. Namely, when I delete a file in the Downloads folder (either by pressing Command-Delete, choosing Move to Trash in the File menu, etc., the file is moved to the Trash, but it is still displayed in the Finder's Download window, even after I empty the trash. I have to click on another window and then back on Downloads to make the file disappear! Also, this weird behavior (so far) is only happening when I delete files in the Downloads folder. Has anybody experienced this? Any ideas as to what may be going on (perhaps a strange permissions setting?)?
2
0
518
Jun ’15
Reply to Xcode 7 crashes when trying to select the Main.storyboard.
The Apple engineers are kinda busy elsewhere until next week, so I doubt you'll see them responding in the next few days, though I'd expect their presence to normalize after that.Clearly there's a bug here, and I haven't seen anyone suggest a workaround, so it may be unavoidable until a new Xcode beta is issued, which will also be after WWDC. You should file a bug report, including your project, to make sure your issue gets looked into.Since you got the error after creating a new project in Xcode 7, you could try deleting it and re-creating it in Xcode 6, then opening it in Xcode 7. When I tried this, Xcode 7 offered to make some changes to the storyboard which I declined, and then I set the scene's Opens in setting to 6.3 explicitly. Doing something along that line might allow you to proceed for now.
Jun ’15