yetist / ios-toolchain-based-on-clang-for-linux

Automatically exported from code.google.com/p/ios-toolchain-based-on-clang-for-linux
0 stars 0 forks source link

xcbuild fails on two cases #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Anther IDE trap !!

What steps will reproduce the problem?
======================
1. get class-dump, https://github.com/nygard/class-dump
2. ios-xcbuild -b class-dump.xcodeproj

[519]error: syntax error
Segmentation fault

=========================
Xcode test project based on ios template.

$ ios-xcbuild -c T_1.xcodeproj
There is more than one targets in project files
0, T_1, T_1.app, wrapper.application
1, T_1Tests, T_1Tests.octest, wrapper.cfbundle
Please choose one:0
not implement yet
$ ios-xcbuild -c T_1.xcodeproj
There is more than one targets in project files
0, T_1, T_1.app, wrapper.application
1, T_1Tests, T_1Tests.octest, wrapper.cfbundle
Please choose one:1
Not supported yet.

Original issue reported on code.google.com by titan....@gmail.com on 19 Dec 2012 at 4:58

GoogleCodeExporter commented 9 years ago
The svn codes can generate Makefile for iOS App now.

I will check class_dump project file later.

Original comment by cjac...@gmail.com on 19 Dec 2012 at 5:02

GoogleCodeExporter commented 9 years ago
No rush. 
compiler + debugger are good enough for now. 
GUI front end DDD and eclipse are working.

Original comment by titan....@gmail.com on 19 Dec 2012 at 5:22

GoogleCodeExporter commented 9 years ago
Makefile generator for staticlib, executable, app had been add to svn codes.
project file of class_dump had been parsed without any problem, it is a bug in 
pbxproj.l lexer file about comment match.

Original comment by cjac...@gmail.com on 19 Dec 2012 at 8:54