If I build the admob example for xCode Simulator indicating the path “/Users/RSC/Dropbox/RBG/Projetos/7_Follow the Color/build” I receive the following console error message:
Runtime error
…Color/build/admob.app/.build/libtemplate/Builder.lua:239: <error>{“status”:256,“message”:“clang: error: no such file or directory: ‘the’\nclang: error: no such file or directory: ‘Color/build/admob.app/.build/libtemplate’\nclang: error: no such file or directory: ‘the’\nclang: error: no such file or directory: ‘Color/build/admob.app/.build/CoronaProvider.ads.admob’”}</error>
stack traceback:
[C]: ?
[C]: in function ‘assert’
…Color/build/admob.app/.build/libtemplate/Builder.lua:239: in function ‘checkError’
…Color/build/admob.app/.build/libtemplate/Builder.lua:262: in function ‘build’
?: in function ‘buildExe’
?: in function <?:692>
Runtime error: …Color/build/admob.app/.build/libtemplate/Builder.lua:239: <error>{“status”:256,“message”:“clang: error: no such file or directory: ‘the’\nclang: error: no such file or directory: ‘Color/build/admob.app/.build/libtemplate’\nclang: error: no such file or directory: ‘the’\nclang: error: no such file or directory: ‘Color/build/admob.app/.build/CoronaProvider.ads.admob’”}</error>
stack traceback:
[C]: ?
[C]: in function ‘assert’
…Color/build/admob.app/.build/libtemplate/Builder.lua:239: in function ‘checkError’
…Color/build/admob.app/.build/libtemplate/Builder.lua:262: in function ‘build’
?: in function ‘buildExe’
?: in function <?:692>
But, if I choose a different (smaller) path, like: “/Users/RSC/Dropbox/RBG/Projetos/”, the build runs normal.
UPDATE: Another difference between the paths is that the first one has a directory name that contains space (“Follow The Color”). So, this may also be the problem.
My non-plugins build works normally using the first path.
Find below the general info requested.
- Simulator: Mac
- Device OS: iOS (Simulator)
- Device Name: N/a
- What issue you are seeing: Admob example build sucess depends on the path that I choose to save the .app file
- Corona username/e-mail: renato@redbeachgames.com