Questions tagged [macos-high-sierra]

The fourteenth release of Apple's desktop and server operating system for Macintosh computers. Use this tag only if your question relates to using macOS High Sierra APIs or macOS High Sierra specific behavior. Questions relating to using or troubleshooting macOS are off-topic.

801 questions
0
votes
1 answer

Cannot find random gems after upgrading to Mac OS X High Sierra (with Docker)

I have a Rails 4.2.8 application using Bundler 1.14.6 running on a Docker container. I recently updated my Mac to OS X High Sierra. Since then, whenever I try to run the server or specs inside the docker container, I get error messages stating that…
mrstif
  • 2,736
  • 2
  • 27
  • 28
0
votes
1 answer

Xcode 9.1 Error when i try installing cocoapods on macOS High Sierra

so i typed in: sudo gem install cocoapods in my terminal and I got the following error, does anyone have an idea why this is happening? thank you in advance! ERROR: While executing gem ... (TypeError) no implicit conversion of nil into String
0
votes
1 answer

Why does my Boost Library fail to link?

I'm using a MacBook Pro, running MacOS 10.13.1; installed boost via homebrew using the following: brew install boost --build-from-source My code is the following: #include #include namespace boostfs =…
0
votes
1 answer

Sass watch will not compile - tried everything

I spent all day trying to track this down yesterday. I upgraded to High Sierra and Sass watched stopped compiling. It appears to be listening getting here: Change detected to: test.scss But never compiles when I update a scss file. It used to…
gregpress
  • 143
  • 1
  • 8
0
votes
1 answer

How to use Realm in both iOS and macOS projects of one workspace

I'm trying to figure out how to use Realm in both projects iOS and macOS of a single workspace. At first try it fails to compile with more than 200 errors. Workspace currently contains: MyApp iOS project MyAppMac macOS project Pods…
Vito Valov
  • 1,765
  • 1
  • 19
  • 37
0
votes
0 answers

Where are we supposed to store user-independent preferences files on MacOS?

Where are we supposed to store user-independent preferences files on MacOS? For user-specific files, it's /Users/Username/Library/Application Support/Appname/, and you'd think for user-independent files it'd be /Library/Application Support/Appname/.…
Thomas
  • 485
  • 4
  • 15
0
votes
2 answers

Access web project on mac host from Windows parallels

I have found a lot of similar discussion, but non of it really helped. When I tried to run PHP web project on Mac and access from virtualized Windows, I got correct result on multiple ports. I think, that this means that I have correct settings in…
0
votes
1 answer

macOS 10.13 EXEC_BAD_ACCESS caused by subclassing NSTableView or NSScrollView

I'm facing a rather odd problem. With subclassing some NSViews, NSTableView and NSScrollView to be specific. Situation: I'm working on a quite old (ca. 7 year) project for macOS. The codebase is about 50% objc and 50% swift 3.2 and uses XIB files…
0
votes
2 answers

Why doesn't clang find the symbols for unixodbc functions?

I'm trying to use unixodbc in my C program, and I've included the sql.h header file that's needed to use the odbc functions. For some reason, though, when trying to compile a simple example file I get the following output: ➜ practica2 gcc…
dieortin
  • 514
  • 5
  • 16
0
votes
1 answer

macOS. Replace application in Shared folder with admin priveleges

Our app is being stored in /Users/Shared/OurAppData/OurApp.app. One of the reasons for this is to enforce user to use launcher. But, now we've met the problem, when we want to update our app through the launcher(we download zip file, extract that…
PolosatiyVjih
  • 269
  • 3
  • 12
0
votes
2 answers

Laravel Valet doesn't report errors but I can't see my Laravel app

First, I'm running macOS High Sierra, with Homebrew's PHP 7.1 I've also followed the Valet documentation to the letter, as well as trying what was on these asks: Valet (Laravel): DNS address can not be found and Laravel valet It works aaaaaand,…
Janet
  • 343
  • 6
  • 19
0
votes
1 answer

How to print out to a text file folder names within folder names (AppleScript)

I have a script that partially works. I need to print out a list of folder names which is working. But then I need to go inside of each of those folders into a specific path and then also print out those specific folder names. Whenever I try and…
Nick
  • 1,036
  • 2
  • 14
  • 27
0
votes
2 answers

Yellow warning triangle in Xcode 9's Create Bot.. window

I'm trying to set up continuous integration (CI) in Xcode 9 with it's new built-in Xcode Server functionality. (MacBook Pro, macOS High Sierra) I've been following various tutorials, such as Tutorial: Continuous Integration with Xcode 9 and…
leanne
  • 7,940
  • 48
  • 77
0
votes
2 answers

Scilab not opening in macOS Sierra

I recently upgraded to macOS high Sierra and after that Scilab-6.0.0 has stopped working [nothing appears on screen when I open it]. I also tried installing older version of Scilab but that also did not work.
sahilbansal17
  • 46
  • 1
  • 5
0
votes
1 answer

ROracle not loading Instantclient library on MacOS High Sierra

I have installed Oracle Instant Client 12.1.0.2.0 and am now trying to install ROracle 1.3-1 for R with the following command: R CMD INSTALL --configure-args='--with-oci-lib=/usr/local/oracle/instantclient12…
ejames
  • 428
  • 4
  • 10