I have a quick question about a "Additional mtouch arguments"
-gcc_flags "-lstdc++ -L${ProjectDir} -libMonkeyTalk-1.0.40 -lsqlite30 -framework CFNetwork -framework QuartzCore -all_load"
I have that as an additional argument but I am getting the following error when I build my iOS application.
Error MT5201: Native linking failed. Please review user flags provided to gcc: "-lstdc++" "-L/Users/henry/Downloads/HelloWorld_iPhone/HelloWorld_iPhone" "-libMonkeyTalk-1.0.40" "-lsqlite30" "-framework" "CFNetwork" "-framework" "QuartzCore" "-all_load" (MT5201) (HelloWorld_iPhone)
How can I fix this? What is wrong with my argument? Am I missing a step in adding the MonkeyTalk lib or is something else wrong?
-lsqlite3.0
(missing dot). – Attendance