Hi,This is more of a heads-up for anybody concerned with installing executables via Ruby Gems...El Capitan has changed the Gem environment so that executables are no longer placed in `/usr/bin` -- as was the default in legacy OS X.bash-3.2# gem env RubyGems Environment: - RUBYGEMS VERSION: 2.0.14 - RUBY VERSION: 2.0.0 (2015-04-13 patchlevel 645) [universal.x86_64-darwin15] - INSTALLATION DIRECTORY: /Library/Ruby/Gems/2.0.0 - RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby - EXECUTABLE DIRECTORY: /Library/Ruby/bin - RUBYGEMS PLATFORMS: - ruby - universal-darwin-15 - GEM PATHS: - /Library/Ruby/Gems/2.0.0 - /Users/foo/.gem/ruby/2.0.0 - /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - https://rubygems.org/As you can see, the new path being used for executables is `/Library/Ruby/bin`The most likely reason
Search results for
file uri scheme
78,497 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Expanded DEP now available in 26 countriesFour-hour turnaround for replacement devicesNew features of DEPEnrollment optimization - Keeps the device in Setup Assistant until MDM enrollment completes.DEP will send a DeviceConfigured command to the device, to let it know it can now exit Setup AssistantAvailable for 10.11 / iOS 9Account creation:Prevent user account creationSet passcode policyCreate standard user accountSetup Assistant will also create admin account in the background.- optionally hiddenStandard user is created by Setup Assistant, (possibly hidden) admin user is available for remote administration.Additional panes can be removed from Setup AssistantTouch IDApple PayZoomAndroid Migration <- new option to removeMDMServiceConfigEquivalent to Storebag from iTunes StoreInforms tools what info they can obtain from your serverThree different ways of purchasing appsApp StoreVPP Redemption CodesVPP Managed DistributionVPP expanded to 26 countries (matches DEP)Multinational app assignmentPurchase app in
What happens when you try to build from within Xcode?But from this ld: file not found: /Users/nathan - Is your user still named nathan?
Topic:
Programming Languages
SubTopic:
Swift
Tags:
I've started a discussion https://devforums.apple.com/message/1138585 in the old forums, but I can't reply there anymore.I'm still not satisfied with the answer, because the terminology of file and path choosing API seems off.When I select a file, I have to traverse a path, and the directories belong to a path. A filename by itself is useless and NSOpenPanel returns the directory and filename, which is a path. So in any case, a path is returned, either if a directory or a filename is chosen.But my problem is that NSOpenPanel returns a path which I have not selected, thus I think that this is a bug. It might be possible that my example was not understood, so I will re-phrase the example:I have a directory /usr/local/mongodb-osx-x86_64-3.0.3/bin and there is a linkln -s /usr/local/mongodb-osx-x86_64-3.0.3 /usr/local/mongodbNow I select/usr/local/mongodb/bin/mongodbut NSOpenPanel returns:/usr/local/mongodb-osx-x86_64-3.0.3/bin/mongodPlease note that I have set [panel setResolvesAliases:NO];So h
Do App Groups still work on Watch OS 2 as a mechanism for sharing files between the watch and iPhone?(Since WatchKit extension will now reside on the watch instead of the iPhone)What changes to we need to make to the existing codebase?
I installed the iOS 9 beta on a secondary iPhone to try out the new OS, including the new Music app. However it seems that app is being released first on iOS 8.4 and is currently omitted from the iOS 9 beta, so I'm considering reverting that phone back from the beta.Before installing the beta, I performed a local iTunes backup. However, after doing so I neglected to switch the backup preference setting back from local to iCloud, and so when the phone performed its automatic nightly backup it overwrote the local iOS 8 backup with one for iOS 9. While it's possible to download an iOS 8.3 IPSW file and downgrade to that version, I don't believe I will be able to restore my data backup, since the sole backup is based on iOS 9.I'm assuming a workaround would be to first restore the last iOS 8 backup file from Time Machine and use that. However, I'm not sure if it's as simple as replacing this backup and restoring from it, or whether additional steps would be required to avoid screwing something u
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Apple DEP service/hidden admin account - Random GUID. Currently cannot update password/target user. They are working on sending GUID information back to MDM server at creation account time to target later. This isn't a provision profile, but a part of the DEP Setup Assistant activation.Apple Configurator 2- Now uses CommerceKit to support Caching Servers. _Should_ support multiple front-facing IP addresses but could not be confirmed with engineering.- Shared Cache Container- New identifier - com.apple.configurator.ui- Blueprints are .plists and can be exported/imported by moving files to ~/Library/Group Containers/Group.com.apple.configurator/Library/Application Support/com.apple.configurator/Blueprints - EXPECT changes to keys/layout.- Automator actions currently require administrative rights and installation tool does not work - will be fixed in a future update.Apple Caching Service- Can optionally cache iCloud personal / business data (1 or both). Data location is truncated in logs and encrypted o
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I do not know if this counts as a fix but it is a work around.I did the following:1) Change your current user account to have a password locally and unlink it from iCloud - so that all the non cloud data stays on your machine2) Create a new account with an iCloud Password3) Login to that and everything seems to work.From this point in you can copy and move files as you see fit.**The Joys of running beta's**
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Typically, you install beta versions by double-clicking on the .dmg file that is downloaded.Then follow the prompts.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello,I seem to have lost file association's for DMG's which is somewhat hampering my Xcode 7 install.Anyone know of a way to repair file associations to defaults, or maybe the DMG's - must be some helper program somewhere.ThanksPaul
Don't know about CPU devices for Metal but the documentation metions a set of API calls to retrieve Metal capable devices.MTLCreateSystemDefaultDevice()MTLCopyAllDevices()According to the header file, MTLCreateSystemDefaultDevice will return the GPU associated with the screen for multi-gpu system. MTLCopyAllDevices gives you all the capable devices which you can then pick based on what features you want. On my Mac Pro it returns a device for each GPU.
Topic:
Graphics & Games
SubTopic:
General
Tags:
I just spoke with another engineer for confirmation.If you have helper statements, you can still use Startup Disk to boot into a NBI for imaging purposes.They have an internal solution/idea for bless, but they need more impact data to understand whether they will work on it or not.As far as writing to /System with a package, it's still unknown what areas you will be able to write to with a Developer signed pkg. Preinstall/postinstall actions should still work. You cannot sign a package with a self signed certificate and import it into the System Keychain.I was told to file a RADAR regarding SIP blocking /Library/Desktop Pictures .
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I believe that it is still indexing files - this may take some time - at least that's what mine is doing now...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I was told to file a RADAR regarding SIP blocking /Library/Desktop PicturesNot seeing that here. I can create a new file in that directory using sudo.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
We have an application which downloads large amounts of data (10 files with a total of 5.8GB) using NSURLSession in the background. On iOS 8.3 and iOS 8.4 beta 3 we observed the following- The download sometimes suddenly stalls at around 1.2GB. Seems to happen on fat internet conenction with an iPad Air 2.- If we force terminate the App in this situation it can't be launched again. We have found that the nsurlsessiond is using 100% CPU and that the watchdog ist killing the App just after the launch as it is not responding. Looking at the crash report the creation of the NSURLSession [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] seems to be waiting on a semaphore.This might be related to this post https://devforums.apple.com/message/1128072#1128072.I've attached the crash report below.Any ideas? We have filed this as Bug rdar://21300082Jakob------------------------------------------------------------------------Incident Identifier: 32D98114-3D3C-4C26-BFB5-F2984F6084DECrashRe