I am going to upload to the app store and I am getting this weird error.
ERROR ITMS-90171: “Invalid Bundle Structure - The binary file ‘Dragon Breaker - To Store.app/iphone/libplugin_gameanalytics_v2.a.orig’ is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.”
settings = { orientation = { default = "portrait", supported = { "portrait" } }, iphone = { xcassets = "Images.xcassets", plist = { CFBundleIconFiles = {}, -- Required! UILaunchStoryboardName = "LaunchScreen", -- Required! UIStatusBarHidden = true, CFBundleDisplayName = "Dragon Breaker", CFBundleName = "Dragon Breaker", UIApplicationExitsOnSuspend = false, FacebookAppID = "135961820318777", -- Replace XXXXXXXXXX with your Facebook App ID CFBundleURLTypes = { { CFBundleURLSchemes = { "fb135961820318777", } } -- Replace XXXXXXXXXX with your Facebook App ID }, -- Whitelist Facebook apps LSApplicationQueriesSchemes = { "fb", -- Needed for the facebook-v4a.isFacebookAppEnabled() API "fbapi", "fbauth2", "fb-messenger-api", "fbshareextension" }, }, }, window = { titleText = { default = "X-ray", }, }, plugins = { ["plugin.facebook.v4a"] = { publisherId = "com.coronalabs" }, ["plugin.gameanalytics\_v2"] = { publisherId = "com.gameanalytics", supportedPlatforms = { iphone=true, android=true } }, ["plugin.bit"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, osx=true, win32=true } }, ["plugin.openssl"] = { publisherId = "com.coronalabs", }, }, }