ios - Xcode 5.1.1 shell script invocation error -
ios - Xcode 5.1.1 shell script invocation error -
as seek run app error comes with:print:
entry, ":cfbundleshortversionstring", not exist parse error: unclosed quotes value required set command command /bin/sh failed exit code 1
this coding part in app
#!/bin/sh version=`/usr/libexec/plistbuddy -c 'print :cfbundleshortversionstring' translator/translator-info.plist` /usr/libexec/plistbuddy -c "set :preferencespecifiers:0:defaultvalue $version" translator/settings.bundle/root.plist
i don't know what's wrong!!
it means in info.plist file, "bundle versions string, short" key/value not present. add together info.plist , re compile it.
ios xcode
Comments
Post a Comment