Hi, Im trying to build my app with the social plugin in my build settings and Im getting some error that I don’t understand. But without this entry it works just like normal both for phone and xcode. I have trippel checked my xcode path and installation and it all good.
plugins =
{
--key is the name passed to Lua’s ‘require()’
[“CoronaProvider.native.popup.social”] =
{
--required
publisherId = “com.coronalabs”,
},
},
The error is:
Unexpected build error.
Error code: 5
If you are not connecting to the internet directly (for example, you connect via a proxy server) you might want to try a direct connection to see if that solves the problem.
Check the console for more information.
Runtime error
/Users/sambavi/Desktop/DevFolder/Projects/Test Builds/Planka.app/.build/libtemplate/Defaults.lua:96: ERROR: Could not determine installed version of iOS SDK.
stack traceback:
C: in function ‘assert’
/Users/sambavi/Desktop/DevFolder/Projects/Test Builds/Planka.app/.build/libtemplate/Defaults.lua:96: in function ‘updateSDK’
/Users/sambavi/Desktop/DevFolder/Projects/Test Builds/Planka.app/.build/libtemplate/Defaults.lua:124: in function ‘updateSDK_iPhoneSimulator’
/Users/sambavi/Desktop/DevFolder/Projects/Test Builds/Planka.app/.build/libtemplate/Builder.lua:225: in function ‘compile’
/Users/sambavi/Desktop/DevFolder/Projects/Test Builds/Planka.app/.build/libtemplate/Builder.lua:333: in function ‘build’
?: in function ‘buildExe’
?: in function <?:641>
2014-12-11 07:18:08.423 Corona Simulator[579:12275] iOS build failed (5)
Thank you in advanced.