Skip to content

Unable to run readme demo on Mac M1 #149

@Alex-MobileApps

Description

@Alex-MobileApps

Problem
Running the code under the "Development on macOS" section of README.md is not running the test project. The final line: "./sktest" is outputting: "no such file or directory: ./sktest" instead of running the test project.

How to reproduce
Using an Apple M1 Mac running macOS 12.2.1, from the terminal run (from README.md):

xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
git clone --recursive -j2 https://github.com/splashkit/splashkit.git
cd splashkit/projects/cmake
cmake .
make
cd ../../bin
./sktest

Output
See attached log file log.txt. File ends with "no such file or directory: ./sktest" instead of running the test project.

Expected output
Successful run of the test project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions