osx-elcapitan

meteor OSX Error: SQLITE_CANTOPEN: unable to open database file

吃可爱长大的小学妹 提交于 2019-12-10 16:39:45
问题 I ran the following command: $ meteor create myapp And got following error message: Retrying after error { [Error: SQLITE_CANTOPEN: unable to open database file] stack: [Getter] } Retrying after error { [Error: SQLITE_CANTOPEN: unable to open database file] stack: [Getter] } /Users/santosh/.meteor/packages/meteor-tool/.1.1.10.1b51q9m++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/fibers/future.js:278 throw(ex); ^ Error: SQLITE_CANTOPEN: unable to open

Is it possible to run Xcode 6.3 on El Capitan?

陌路散爱 提交于 2019-12-10 14:31:19
问题 I'd really like to try El Capitan but I don't know if it is possible to run old Xcode on it, because it is critical for me now. Has anyone tried it? 回答1: xCode 6.3.2 does run on the first El Capitan beta. I have tried building and running a swift app, this worked just like it should. Although using xCode 6.3.2 does work on the first (and second) El Capitan beta. There might be some extra steps involved. Submissions to the App Store will be rejected! if you are using a beta version of OSX 回答2:

Swift 3.0 or Swift 2.3 minimum system version requirement and is it deployed in iOS 7 [duplicate]

怎甘沉沦 提交于 2019-12-10 13:53:59
问题 This question already has answers here : Swift 3 iOS compatibility (2 answers) Closed 3 years ago . Swift 3.0 is coming up with Xcode 8, what is the minimum iOS / OS X system version required to use Swift 3.0? Is that swift 3.0 support iOS 7 ? 回答1: Minimum OS X to run Xcode 8 which is compatible with Swift 3 is OS X 10.11.4 (OS X EL Capitan) And I think Swift 3 does not support iOS 7 As you have minimum target in Xcode 8 is iOS 8.0 And as per App Store support measurement iOS 8 (11%) and iOS

Why is gsutil rsync re-downloading all our files?

邮差的信 提交于 2019-12-10 13:23:49
问题 We've been using gsutil -m rsync -r to keep dev and deploy boxes in sync with a GCS bucket for nearly 2 years without any problem. There are about 85k objects in the bucket. Until recently, this worked perfectly: we'd run a deploy-box -> GCS rsync every 15 mins or so, to keep all new uploaded resource backed up, and then a GCS -> dev box rsync whenever we wanted to refresh the local dev data (running on OSX El Capitan). Within the last couple of months, though, the GCS->dev rsync has started

stringWithContentsOfURL cookie jar in El Capitan

坚强是说给别人听的谎言 提交于 2019-12-10 11:34:20
问题 I have a small open source application. I used [NSString stringWithContentsOfURL] to download website's html and check if user has been logged in in Safari. Before El Capitan everything was working fine: stringWithContentsOfURL used sharedCookiesStorage (Safari ones) and returned the html of the page as logged in user. But in El Capitan this is not working this way: stringWithContentsOfURL returns the html of the page, where the user is not logged in. So it doesn't use Safari's cookies

Python GDAL does not install on Mac OSX El Capitan

感情迁移 提交于 2019-12-09 23:02:42
问题 I am having several issues when installing pygdal in my Mac OSX El capitan. The procedure is the folowing: Install GDAL Libraries from http://www.kyngchaos.com/software/frameworks#gdal_complete pip install gdal The output is the following: . . . extensions/gdal_wrap.cpp:3085:10: fatal error: 'cpl_port.h' file not found #include "cpl_port.h" ^ 2 warnings and 1 error generated. error: command 'cc' failed with exit status 1 Looks like the installer cannot find the GDAL libraries, or headers

How do I uninstall older versions of GHC?

自闭症网瘾萝莉.ら 提交于 2019-12-09 17:30:15
问题 I installed Haskell Platform 7.10.3 on my mac and when it finished it said that it had detected older versions of GHC and to uninstall them, but how do I do that? I'm using a macbook air with OS X 10.11.3. 回答1: You can uninstall prior platforms by running uninstall-hs from the command line. You'll get an output like: -- Versions found on this system 7.10.3 -- To remove a version and all earlier: uninstall-hs thru VERSION -- To remove only a single version: uninstall-hs only VERSION And you

dtruss fails on ps on OS X 10.11

北城余情 提交于 2019-12-09 17:16:03
问题 I was trying to see which syscall ps uses to get the command line of a process on OS X 10.11 (El Capitan), and ran into the following error: # dtruss ps -p 43520 -o args dtrace: failed to execute ps: dtrace cannot control executables signed with restricted entitlements Googling resulted in the suggestion that making a copy of ps would allow me to bypass this, but that didn't work for me. Why can't I run dtruss on arbitrary binaries anymore, and is there any way for me to restore the old

Image resources (xcassets) not displayed correctly on Yosemite in application built on El Capitan using xcode6.4

送分小仙女□ 提交于 2019-12-09 02:55:03
问题 When I build my application on El Capitan using Xcode6.4 (Xcode7 is no option right now), all images/icons (except the AppIcon) does not show, or looks garbled. Looking at the output from the asset compiler it looks fine, but there are two outputs I suspect could be related, but I am far from certain: 2015-10-02 12:26:53.569 ibtoold[28899:273288] NSFileCoordinator is doing nothing. 2015-10-02 12:26:54.906 ibtoold[28899:276436] CoreUI(DEBUG): CSIGenerator using 'LZFSE' Compression coreui

How can I set NSTableView column to use monospaced numbers?

◇◆丶佛笑我妖孽 提交于 2019-12-08 18:52:53
问题 El Capitan introduced San Francisco system font, which has proportional digits by default. This makes numbers in table columns look jagged and hard to compare: I'd like to enable fixed-width numbers option for the font, but keep using the default system font and keep backwards compatibility with earlier versions of OS X. In Interface Builder selecting font > Font Panel > Typography > Monospaced Numbers does not affect the font (XIB file remains unchanged). What's the right way to set