hit counter

Timeline

My development logbook

Libtoolize

Missing libtoolize in OSX. Looking for solution

Easiest Way to Set Up JAVA_HOME in OSX

No more guesswork.

1
export JAVA_HOME=$(/usr/libexec/java_home)

End result:

1
JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

XCode Linker Error

An old project was created for iOS 5. When trying to re-run it, I got these error messages

Do not recall this kind of trouble before with iOS upgrade.

Set the ‘Deployment Target’ to iOS6, clean and rebuilt but it did not work.

AVFoundation Framework is actually dropped out from “Link Binary with Libraries” section. Re-adding the framework fixes the issue.