Hi Rob,
I’m now also getting this problem.
I moved my XCode to trash, and downloaded it from the App Store again.
I moved my Corona SDK to trash, and downloaded it from the Corona website again (https://developer.coronalabs.com/downloads/mac)
This is the output from terminal:
Using additional build settings from: /Users/MacKirk/Dropbox/Best Cricket Pro Graphics/build.settings
WARNING: Your SDK may be out of date b/c the following SDK directory could not be found: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
WARNING: Using the following SDK instead: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
WARNING: Your SDK may be out of date b/c the following SDK directory could not be found: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk
WARNING: Using the following SDK instead: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk
Runtime error
/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:295: <error>{“status”:256,“message”:“clang: error: no such file or directory: ‘/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/TheBestCricketGameEver’”}</error>
stack traceback:
[C]: ?
[C]: in function ‘assert’
/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:295: in function ‘checkError’
/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:318: in function ‘build’
?: in function ‘buildExe’
?: in function <?:695>
Runtime error: /Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:295: <error>{“status”:256,“message”:“clang: error: no such file or directory: ‘/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/TheBestCricketGameEver’”}</error>
stack traceback:
[C]: ?
[C]: in function ‘assert’
/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:295: in function ‘checkError’
/Users/MacKirk/Dropbox/TheBestCricketGameEver.app/.build/libtemplate/Builder.lua:318: in function ‘build’
?: in function ‘buildExe’
?: in function <?:695>
This is my build.settings
settings =
{
iphone = {
plist = {
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”
},
UIApplicationExitsOnSuspend = false,
FacebookAppID = “188128428059002”, --replace XXXXXXXXXX with your Facebook App ID
CFBundleURLTypes = {
{
CFBundleURLSchemes = { “fb188128428059002”, } --replace XXXXXXXXXX with your Facebook App ID
}
},
[“URL types”] = {
item = {
[“URL Schemes”] =
{ [“Item 0”] = “fb188128428059002” }, --replace XXXXXXXXXX with your Facebook App ID
},
},
}
},
android =
{
versionCode = “103”,
installLocation=“preferExternal”
},
androidPermissions =
{
“android.permission.READ_PHONE_STATE”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.VIBRATE”,
“android.permission.INTERNET”,
“android.permission.ACCESS_WIFI_STATE”,
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.ACCESS_COARSE_LOCATION”,
“com.android.vending.CHECK_LICENSE”,
“com.android.vending.BILLING”,
},
plugins =
{
--key is the name passed to Lua’s ‘require()’
[“CoronaProvider.native.popup.social”] =
{
--required
publisherId = “com.coronalabs”, – don’t change, is’t the publisher of the plugin
},
– key is the name passed to Lua’s ‘require()’
[“plugin.google.iap.v3”] =
{
– required
publisherId = “com.coronalabs”,
},
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.admob”] =
{
– required
publisherId = “com.coronalabs”, – don’t change, it’s the publisher of the plugin
},
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.vungle”] =
{
– required
publisherId = “com.vungle”,
},
},
orientation =
{
default = “portrait”,
supported =
{
“portrait”,
“portraitUpsideDown”,
},
},
}
Any suggestions much appreciated?
thx