[iOS]error:it may have been optimized out...
[iOS]error:it may have been optimized out...
Xcode5を使っていますが、NSStringのconsole値がNilになってしまいましした。
Xcode5を使っていますが、NSStringのconsole値がNilになってしまいましした。
error: warning: couldn't get cmd pointer (substituting NULL): Couldn't load '_cmd' because its value couldn't be evaluated
Couldn't materialize struct: the variable 'stringValue' has no location, it may have been optimized out
Errored out in Execute, couldn't PrepareToExecuteJITExpression
ベストアンサー
0
iQi - 面白いアプリを開発中
compiler optimization levelは「Fastest,Smallest」 から 「none」に変更する。
project build settings
optimization levelを探す
compiler optimization levelは「Fastest,Smallest」 から 「none」に変更する。
do the same for your project settings