First, to install, follow the instrument here:
http://stackoverflow.com/a/13718915/58129
You may then get a Could not reserve enough space for object heap
exception. The following command line works for me:
sbt -J-Xms256m -J-Xmx512m
First, to install, follow the instrument here:
http://stackoverflow.com/a/13718915/58129
You may then get a Could not reserve enough space for object heap
exception. The following command line works for me:
sbt -J-Xms256m -J-Xmx512m
It is because I have turned on the flag ‘Native Client GDB-based debugging’. It is not compatible with nexe that are linked with newlib.
Missing libtoolize
in OSX. Looking for solution
No more guesswork.
1
|
|
End result:
1
|
|
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.