GithubHelp home page GithubHelp logo

build error XCode 5.0.1 about mobiruby-ios HOT 5 OPEN

luisbebop avatar luisbebop commented on July 26, 2024
build error XCode 5.0.1

from mobiruby-ios.

Comments (5)

luisbebop avatar luisbebop commented on July 26, 2024

The problem is:
checking for arm-apple-darwin10-gcc... /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform//Developer/usr/bin/gcc
checking whether the C compiler works... no

So Xcode 5.0.1 doesn't contain GCC. I've found another threads with the same kind of problem:
https://loomsdk.com/forums/troubleshooting-and-issues/topics/bug-native-sdk-compilation-failure-on-osx-with-xcode-5
http://stackoverflow.com/questions/18922885/how-to-find-arm-apple-darwin-llvm-gcc-4-2-compiler-on-xcode-5

Did you test compilation in the branch develop with XCode 5.0.1?

from mobiruby-ios.

luisbebop avatar luisbebop commented on July 26, 2024

Using Mountain Lion 10.8.5 + Xcode 5.0 I'm getting error on simulator library.

from mobiruby-ios.

RodrigoAyala avatar RodrigoAyala commented on July 26, 2024

The error that stops the compiling is this:
ld: framework not found iPhoneSimulatorRemoteClient

The problem is related to the library ios-sim, not mobiruby. It tries to find a framework who doesn't exists with that name on you iOS SDK. Since XCode 5, the framework's name is "DVTiPhoneSimulatorRemoteClient".

The issue is solved right now on the official repo of ios-sim. The problem is that somehow when the Rake task tries to get each git project dependency inside of the folder "submodules", it gets an old version of the lib.

The workaround to solve this problem is this:

Go to the folder *submodules/ios-sim", and type on your terminal the next command:

git checkout master
git pull

This will retrieve the last version of ios-sim, and it will compile the project properly.

from mobiruby-ios.

yoshida0261 avatar yoshida0261 commented on July 26, 2024

I have fixed the problem above.
Error that there is no armv7/ffi.h Continuing the build is displayed.
Armv7 directory was empty actually.
Please let me know if you have any countermeasures.

from mobiruby-ios.

yoshida0261 avatar yoshida0261 commented on July 26, 2024

I have fixed the problem above.
http://n1sweitw.blogspot.jp/2014/03/mobiruby-buidl-xcode-51-ios-sdk-71.html#.UzUoKfl_t1Y

from mobiruby-ios.

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.