Whenever I try to include the AdBuddiz plugin in my project I’m getting the following error. The same code builds and runs fine for Android.
2014-10-14 11:47:40.439 Corona Simulator[8605:507] Runtime error
/Users/user23020/Dropbox/J&J Studios LLC/Builds/myApp.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/user23020/Dropbox/J&J Studios LLC/Builds/myApp.app/.build/libtemplate/Builder.lua:310: in function ‘checkError’
/Users/user23020/Dropbox/J&J Studios LLC/Builds/myApp.app/.build/libtemplate/Builder.lua:333: in function ‘build’
?: in function ‘buildExe’
?: in function <?:624>
Here are the versions for Corona, Xcode, and OS X:
Corona 2014.2393a
Xcode 6.01
OS X 10.9.5
Anyone have any ideas on what’s causing it?