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

Storyboard resource is not compiled #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

compile a project with storyboard

What is the expected output? What do you see instead?

expect en.lproj/MainStoryboard_iPhone.storyboardc/ directory to exist

but en.lproj/MainStoryboard_iPhone.storyboard is directly copied to .app bundle

Original issue reported on code.google.com by ImAndr...@gmail.com on 14 Jun 2013 at 6:58

GoogleCodeExporter commented 9 years ago
en.lproj/MainStoryboard_iPhone.storyboard is an xml file for Interface Builder 
to edit.

When compiling, .storyboard file is expected to be compile to several .nib file 
output to .storyboardc/ directory. The .nib is referenced as "frozen dried" 
file (means compiled code) to build an user interface at runtime.

Originally, the .nib file can be converted to .xib file in a xml format using 
ibtool. But I'm not sure whether it's possible to convert a compiled nib...

Original comment by ImAndr...@gmail.com on 15 Jun 2013 at 6:17

GoogleCodeExporter commented 9 years ago
Yes, storyboard file format is undocumented and can not be compiled with the 
opensource toolchain. 

Original comment by cjac...@gmail.com on 23 Sep 2013 at 7:09