Giter VIP home page Giter VIP logo

Comments (2)

appsird avatar appsird commented on June 16, 2024

I downloaded and installed the Mac OS version GitHub, then was able to clone using:

git clone [email protected]:nerdyc/Squeal.git Externals/Squeal

I stepped through the instructions as stated. Though, I receive the "Could not build Objective-C module 'Squeal' message. I double checked all steps several times, and things appear correct. I am using Xcode 6.2

any suggestions much appreciated. This looks like a nice interface, would like to take it for a spin.

from squeal.

appsird avatar appsird commented on June 16, 2024

ok, here's the reason I was receiving the "Could not build... " error. Hope this helps someone else.

I have the current Xcode beta version, for this reason the app is named Xcode-Beta.app, not the standard Xcode.app

After installing Squeal as per instructions, edit Externals/Squeal/modules/module.map and not there are three header lines. Using 'ls' on the command line, verify these files exist. For myself, the first header for OS X was fine. the other two needed to be changed to Xcode-Beta.app in the pathnames.

module sqlite3_osx [system] {
header "/usr/include/sqlite3.h"
link "sqlite3"
export *
}

module sqlite3_ios [system] {
header "/Applications/Xcode-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
link "sqlite3"
export *
}

module sqlite3_ios_simulator [system] {
header "/Applications/Xcode-Beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
link "sqlite3"
export *
}

from squeal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.