... | ... | @@ -34,4 +34,6 @@ If it's not working for some reason, you need to debug it. The easiest way to de |
|
|
exec > ~/Desktop/my_log_file.txt 2>&1
|
|
|
```
|
|
|
|
|
|
Pre-build script has reference to `${INFOPLIST_FILE}` variable, which should return full path to info.plist file. Sometimes it doesn't, in this case change it to `${PROJECT_DIR}/${INFOPLIST_FILE}`
|
|
|
|
|
|
It will log all the output to `my_log_file.txt` on your desktop. If it's not helping - add `echo` commands to debug strings, values etc. |
|
|
\ No newline at end of file |