-
Notifications
You must be signed in to change notification settings - Fork 33
build error XCode 5.0.1 #43
Comments
The problem is: So Xcode 5.0.1 doesn't contain GCC. I've found another threads with the same kind of problem: Did you test compilation in the branch develop with XCode 5.0.1? |
Using Mountain Lion 10.8.5 + Xcode 5.0 I'm getting error on simulator library. |
The error that stops the compiling is this: 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:
This will retrieve the last version of ios-sim, and it will compile the project properly. |
I have fixed the problem above. |
I have fixed the problem above. |
I'm trying to build the project using 'rake' but I'm getting the following error;
https://gist.github.com/luisbebop/7432205
I have tested on a Mavericks fresh install + Xcode 5.0.1 and on a Mountain Lion 10.8.5 + Xcode 5.0.1.
In both cases I'm getting the same error log output.
Any idea?
The text was updated successfully, but these errors were encountered: