Skip to content

Commit

Permalink
Added intructions for XCode 4.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Sanglard committed Nov 27, 2011
1 parent 9e6c3ac commit f56204c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PRE_XCODE_4.2_README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This release is also compatible with Xcode Pre 4.2:

User of Xcode 4.0 will be unable to build with the following error:

"ibtool could not strip "ASLCore.nib" because it is not a valid Interface Builder document."

You can fix the nibs with the following command:

ls | grep nib | xargs -L1 ibtool --upgrade

Fab

0 comments on commit f56204c

Please sign in to comment.