Hi Scott,
My builds are succeeding but when I try to run my app in Xcode simulator I get this error.
Runtime error: module 'plugin.facebookAnalytics' not found:resource (plugin.facebookAnalytics.lu) does not exist in archive
My build.settings and main.lua are set up correctly, I think. If you don’t know of an immediate issue that could be causing this, I’ll post them for you.
Of note, in my console log when I build for the simulator it shows this
Apr 10 22:55:10.182 Analyzing plugins...Apr 10 22:55:10.182 Found native plugin: /Users/craigjanis/Desktop/Playmatic.app/.build/plugin.facebook.v4 Apr 10 22:55:10.183 Found native plugin: /Users/craigjanis/Desktop/Playmatic.app/.build/plugin.flurry.analytics Done. Analyzing Lua plugins... Apr 10 22:55:10.183 Examining plugin: plugin.facebook.v4 Examining plugin: plugin.flurry.analytics Examining plugin: plugin.facebookAnalytics Done.
It doesn’t show that the facebookAnalytics plugin is found, but it does seem to be “examining” it, whatever that means.