Hello Guys,
My corona sdk simulater generates these unknown error when i tried to build for IOS.I have tried to build for ios in 2511 and 2521Builds but both are generate these issue.
Runtime error
/Users/Abc/Desktop/xyz.app/.build/libtemplate/Builder.lua:310: <error>{“status”:256,“message”:“ld: framework not found Metal for architecture armv7\nclang: error: linker command failed with exit code 1 (use -v to see invocation)”}</error>
stack traceback:
C: in function ‘assert’
/Users/Abc/Desktop/xyz.app/build/libtemplate/Builder.lua:310: in function ‘checkError’
/Users/Abc/Desktop/xyz.app/.build/libtemplate/Builder.lua:333: in function ‘build’
?: in function ‘buildExe’
?: in function <?:683>
0: iOS build failed (5)
and i am using this plugin in my Build.settings.If i remove these plugin from my build.settings build is successfull so i think error is occuring because of this plugin.I have also try this demo. :: page http://docs.coronalabs.com/daily/plugin/vungle/
but when i tried to Build with it generate same error.
[lua]
[“CoronaProvider.ads.vungle”] =
{
publisherId = “com.vungle”,
},
[/lua]
Thank you