"framework not found social" error

Hi! I’m try to make a build of my project for iOs device and always see an error:

ERROR: Builder failed: ld: framework not found social

clang: error: linker command failed with exit code 1 (use -v to see invocation)

                    BUILD ERROR: There was a problem linking the app.

                    

                    Check the console for more information.

iOS build failed (12)

Social plugin is set in “build.settings”:

plugins =

{

[“CoronaProvider.native.popup.social”] =

       {

           publisherId = “com.coronalabs”

       }

},

When i make a build for my Android device - building process is successful and social popup works properly.

I have a problem only when i’m trying to make a build for iOs devices…

Previously, no such problem was and build created successfully.

Sys info:

Corona SDK 2016.2907

OS X 10.10.5

Xcode 7.2.1

Has anyone encountered a similar problem?

We shouldn’t have done anything to change that. What version did it last work with?

What changes have you made since the last time it built correctly?

Now all that said, if you’re just wanting to popup a box where the users can pick where they want to share, on iOS you should be using the “Activity” plugin and only using “Social” on Android. The social plugin on iOS lets you construct your own Twitter, Facebok and SineWebo buttons to build your own sharing panel. The Activity plugin brings up the native iOS Send To dialog that was introduced in iOS 7 and later.

Rob

Thank you! Usage of activity plugin solved my problem.

But now i have another similar problem with “CoronaProvider.gameNetwork.apple” :frowning:

build.settings:

[“CoronaProvider.gameNetwork.apple”] =

  {

publisherId = “com.coronalabs”,

supportedPlatforms = { iphone=true },

  },

error:

ERROR: Builder failed: ld: library not found for -lgameNetwork-apple

jule 04 11:47:43.441 clang: error: linker command failed with exit code 1 (use -v to see invocation)

BUILD ERROR: There was a problem linking the app.

                    

 Check the console for more information.

I didn’t make any changes, my last working build was made several months ago in Corona SDK 2830.

I have update my corona version for solve problem. But it isn’t take any effect…

Did you check the console for more information?
 

Corona console show me this:

июля 05 11:19:58.109 Using custom build id from app bundle: 00000 (AppSettings.lua)

июля 05 11:20:30.823 BuildID: 577bfa4f76253

июля 05 11:20:57.407 Using additional build settings from: /Users/netSkinner/Desktop/Final/build.settings

июля 05 11:20:57.420 Contents of ZIP file from server:

июля 05 11:20:57.423 Turntheround.app/

                    Turntheround.app/embedded.mobileprovision

                    Turntheround.app/MainWindow-iPad.nib/

                    Turntheround.app/MainWindow-iPad.nib/objects.nib

                    Turntheround.app/MainWindow-iPad.nib/runtime.nib

                    Turntheround.app/Default-568h@2x.png

                    Turntheround.app/resource.car

                    Turntheround.app/PkgInfo

                    Turntheround.app/CoronaResources.bundle/

                    Turntheround.app/CoronaResources.bundle/widget_theme_android.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_onOff_mask.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_onOff_mask_android_holo.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_pickerWheel_mask.png

                    Turntheround.app/CoronaResources.bundle/Info.plist

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark@2x.png

июля 05 11:20:57.424 Turntheround.app/CoronaResources.bundle/widget_theme_ios.png

                    Turntheround.app/Info.plist

                    Turntheround.app/_CodeSignature/

                    Turntheround.app/_CodeSignature/CodeResources

                    Turntheround.app/CoronaSDK3rdPartyLicenses.txt

                    Turntheround.app/.build/

                    Turntheround.app/.build/plugin.chartboost/

                    Turntheround.app/.build/plugin.chartboost/libChartboost.a

                    Turntheround.app/.build/plugin.chartboost/metadata.lua

                    Turntheround.app/.build/plugin.chartboost/libChartboostSDK.a

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/libgamenetwork-apple.a

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/metadata.lua

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/metadata.lua

                    Turntheround.app/.build/libtemplate/

                    Turntheround.app/.build/libtemplate/Defaults.lua

                    Turntheround.app/.build/libtemplate/libtemplate.a

                    Turntheround.app/.build/libtemplate/Builder.lua

                    Turntheround.app/.build/libtemplate/build.lua

                    Turntheround.app/.build/libtemplate/BuilderUtils.lua

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/libnative-popup-activity.a

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/metadata.lua

                    Turntheround.app/.build/plugin.google.play.services/

                    Turntheround.app/.build/plugin.google.play.services/libgoogle-play-services.a

                    Turntheround.app/.build/plugin.google.play.services/metadata.lua

                    Turntheround.app/MainWindow.nib/

                    Turntheround.app/MainWindow.nib/objects.nib

                    Turntheround.app/MainWindow.nib/runtime.nib

июля 05 11:20:57.424 Building: Unpacking build from server

июля 05 11:20:57.819 Server dir name: Turntheround.app

                    Server app name: Turntheround (local name: Turn the round)

июля 05 11:20:58.006 Building: Adding plugins

июля 05 11:20:58.036 builder: buildOptions: {

                      “dstDir”:"/Users/netSkinner/Desktop/Turn the round.app",

                      “dstName”:“Turn the round”,

                      “dstPath”:"/Users/netSkinner/Desktop/Turn the round.app/Turn the round",

                      “librarySearchPaths”:["/Users/netSkinner/Desktop/Turn the round.app/.build/libtemplate"],

                      “pluginsDir”:"/Users/netSkinner/Desktop/Turn the round.app/.build",

                      “settings”:{

                        “orientation”:{

                          “default”:“portrait”

                        },

                        “iphone”:{

                          “plist”:{

                            “UISupportedInterfaceOrientations~iphone”:[“UIInterfaceOrientationLandscapeRight”,“UIInterfaceOrientationLandscapeLeft”],

                            “UIApplicationExitsOnSuspend”:false,

                            “UISupportedInterfaceOrientations~ipad”:[“UIInterfaceOrientationLandscapeRight”,“UIInterfaceOrientationLandscapeLeft”],

                            “CFBundleVersion”:“1.0.1”,

                            “UIInterfaceOrientation~iphone”:“UIInterfaceOrientationLandscapeRight”,

                            “UIStatusBarHidden”:true,

                            “UIPrerenderedIcon”:true,

                            “CFBundleIconFile”:“Icon.png”,

                            “UIInterfaceOrientation~ipad”:“UIInterfaceOrientationLandscapeRight”,

                            “CFBundleIconFiles”:[“Icon.png”,“Icon-60.png”,“Icon-72.png”,“Icon-72@2x.png”,“Icon-Small-50.png”,“Icon-Small-50@2x.png”,“Icon@2x.png”,“Icon-60@2x.png”,“Icon-76.png”,“Icon-76@2x.png”],

                            “CFBundleIdentifier”:“com.zeebagames.turntheround”

                          }

                        },

                        “plugins”:{

                          “plugin.chartboost”:{

                            “publisherId”:“com.swipeware”

                          },

                          “plugin.google.play.services”:{

                            “supportedPlatforms”:{

                              “android”:true,

                              “iphone”:true,

                              “iphone-sim”:true

                            },

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.analytics.flurry”:{

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.gameNetwork.apple”:{

                            “supportedPlatforms”:{

                              “iphone”:true

                            },

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.native.popup.activity”:{

                            “supportedPlatforms”:{

                              “iphone”:true

                            },

                            “publisherId”:“com.coronalabs”

                          }

                        },

                        “android”:{

                          “usesPermissions”:[“android.permission.INTERNET”,“android.permission.ACCESS_NETWORK_STATE”,“android.permission.GET_ACCOUNTS”,“android.permission.RECEIVE_BOOT_COMPLETED”,“com.google.android.c2dm.permission.RECEIVE”,“com.android.vending.CHECK_LICENSE”,“android.permission.WRITE_EXTERNAL_STORAGE”],

                          “versionName”:“1.0”,

                          “googlePlayGamesAppId”:“60167588125”,

                          “versionCode”:“6”

                        }

                      },

                      “tmpDir”:"/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2",

                      “verbose”:0

                    }

июля 05 11:20:58.036 Analyzing plugins…

                    Done.

                    

                    Compiling Slices…

                    Compiling architecture: armv7

июля 05 11:20:58.067 <execute>cd “/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2/armv7”;unset LIBRARY_PATH; export IPHONEOS_DEPLOYMENT_TARGET=6; export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin";/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libstdc++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk -ObjC -all_load -fobjc-link-runtime -miphoneos-version-min=6 -L"/Users/netSkinner/Desktop/Turn the round.app/.build/libtemplate" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.analytics.flurry" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.gameNetwork.apple" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.native.popup.activity" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/plugin.chartboost" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/plugin.google.play.services" -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -framework CoreMotion -framework CoreVideo -framework CoreText -framework GameKit -framework GLKit -framework ImageIO -framework MapKit -framework MediaPlayer -framework MessageUI -framework MobileCoreServices -framework OpenAL -framework OpenGLES -framework QuartzCore -framework Security -framework StoreKit -framework SystemConfiguration -framework UIKit -framework CoreTelephony -framework AdSupport -framework EventKit -framework EventKitUI -weak_framework GameController -weak_framework AssetsLibrary -weak_framework Photos -weak_framework Foundation -weak_framework Twitter -lobjc -lsqlite3 -ltemplate -lanalytics-flurry -lgameNetwork-apple -lnative-popup-activity -lChartboost -lChartboostSDK -lgoogle-play-services -o “/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2/armv7/Turn the round”</execute>

                    <result>ld: library not found for -lgameNetwork-apple

                    clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>

июля 05 11:20:58.068 ERROR: Builder failed: ld: library not found for -lgameNetwork-apple

июля 05 11:20:58.068 clang: error: linker command failed with exit code 1 (use -v to see invocation)

                    BUILD ERROR: There was a problem linking the app.

                    

                    Check the console for more information.

                    iOS build failed (12)

июля 05 11:20:58.286 ERROR: Build Failed: There was a problem linking the app.

                    

                    Check the console for more information.

июля 05 11:20:58.287 

июля 05 11:25:24.696 !WARNING! > The chartboost plugin is only supported on an Android & iOS devices. Please build for device

Can you post your build.settings file please?

Thanks

Rob

build.settings 

settings = { orientation = { default = "portrait", }, android = { googlePlayGamesAppId = "60167588125", versionCode = "6", versionName = "1.0", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, plugins = { ["plugin.chartboost"] = { publisherId = "com.swipeware" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true, iphone=true, ["iphone-sim"]=true } }, ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["CoronaProvider.analytics.flurry"] = { -- required publisherId = "com.coronalabs", }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true }, }, }, iphone = { plist = { CFBundleIconFile = "Icon.png", CFBundleVersion = "1.0.1", CFBundleIconFiles = { "Icon.png", "Icon-60.png", "Icon-72.png", "Icon-72@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon@2x.png", "Icon-60@2x.png", "Icon-76.png", "Icon-76@2x.png", }, CFBundleIdentifier = "com.zeebagames.turntheround", ["UIInterfaceOrientation~iphone"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~iphone"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, ["UIInterfaceOrientation~ipad"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~ipad"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, UIStatusBarHidden = true, UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false }} }

I tried to make the application build from Corona sample “GameCenter” and got the same error.

Provision profile and certificate I deleted and re-installed. Completely removed CoronaSDK and installed the last build. The problem remained.

Is it possible that Xcode 7.3 required?

What version of Corona SDK are you using?

last time i tried to use 2907

With 2907 you will need xcode 7.3

I don’t think that’s the cause of your issue tough.

Thanks for support.

It was possible to solve my problem only after installation of the latest version MacOS (10.11.3) and Xcode 7.3.

Previously, no such problem was and build created successfully.

Sys info:

Corona SDK 2016.2907

OS X 10.10.5

Xcode 7.2.1

Has anyone encountered a similar problem?

We shouldn’t have done anything to change that. What version did it last work with?

What changes have you made since the last time it built correctly?

Now all that said, if you’re just wanting to popup a box where the users can pick where they want to share, on iOS you should be using the “Activity” plugin and only using “Social” on Android. The social plugin on iOS lets you construct your own Twitter, Facebok and SineWebo buttons to build your own sharing panel. The Activity plugin brings up the native iOS Send To dialog that was introduced in iOS 7 and later.

Rob

Thank you! Usage of activity plugin solved my problem.

But now i have another similar problem with “CoronaProvider.gameNetwork.apple” :frowning:

build.settings:

[“CoronaProvider.gameNetwork.apple”] =

  {

publisherId = “com.coronalabs”,

supportedPlatforms = { iphone=true },

  },

error:

ERROR: Builder failed: ld: library not found for -lgameNetwork-apple

jule 04 11:47:43.441 clang: error: linker command failed with exit code 1 (use -v to see invocation)

BUILD ERROR: There was a problem linking the app.

                    

 Check the console for more information.

I didn’t make any changes, my last working build was made several months ago in Corona SDK 2830.

I have update my corona version for solve problem. But it isn’t take any effect…

Did you check the console for more information?
 

Corona console show me this:

июля 05 11:19:58.109 Using custom build id from app bundle: 00000 (AppSettings.lua)

июля 05 11:20:30.823 BuildID: 577bfa4f76253

июля 05 11:20:57.407 Using additional build settings from: /Users/netSkinner/Desktop/Final/build.settings

июля 05 11:20:57.420 Contents of ZIP file from server:

июля 05 11:20:57.423 Turntheround.app/

                    Turntheround.app/embedded.mobileprovision

                    Turntheround.app/MainWindow-iPad.nib/

                    Turntheround.app/MainWindow-iPad.nib/objects.nib

                    Turntheround.app/MainWindow-iPad.nib/runtime.nib

                    Turntheround.app/Default-568h@2x.png

                    Turntheround.app/resource.car

                    Turntheround.app/PkgInfo

                    Turntheround.app/CoronaResources.bundle/

                    Turntheround.app/CoronaResources.bundle/widget_theme_android.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_onOff_mask.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_light.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_onOff_mask_android_holo.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7@4x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_pickerWheel_mask.png

                    Turntheround.app/CoronaResources.bundle/Info.plist

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_ios7@2x.png

                    Turntheround.app/CoronaResources.bundle/widget_theme_android_holo_dark@2x.png

июля 05 11:20:57.424 Turntheround.app/CoronaResources.bundle/widget_theme_ios.png

                    Turntheround.app/Info.plist

                    Turntheround.app/_CodeSignature/

                    Turntheround.app/_CodeSignature/CodeResources

                    Turntheround.app/CoronaSDK3rdPartyLicenses.txt

                    Turntheround.app/.build/

                    Turntheround.app/.build/plugin.chartboost/

                    Turntheround.app/.build/plugin.chartboost/libChartboost.a

                    Turntheround.app/.build/plugin.chartboost/metadata.lua

                    Turntheround.app/.build/plugin.chartboost/libChartboostSDK.a

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/libgamenetwork-apple.a

                    Turntheround.app/.build/CoronaProvider.gameNetwork.apple/metadata.lua

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a

                    Turntheround.app/.build/CoronaProvider.analytics.flurry/metadata.lua

                    Turntheround.app/.build/libtemplate/

                    Turntheround.app/.build/libtemplate/Defaults.lua

                    Turntheround.app/.build/libtemplate/libtemplate.a

                    Turntheround.app/.build/libtemplate/Builder.lua

                    Turntheround.app/.build/libtemplate/build.lua

                    Turntheround.app/.build/libtemplate/BuilderUtils.lua

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/libnative-popup-activity.a

                    Turntheround.app/.build/CoronaProvider.native.popup.activity/metadata.lua

                    Turntheround.app/.build/plugin.google.play.services/

                    Turntheround.app/.build/plugin.google.play.services/libgoogle-play-services.a

                    Turntheround.app/.build/plugin.google.play.services/metadata.lua

                    Turntheround.app/MainWindow.nib/

                    Turntheround.app/MainWindow.nib/objects.nib

                    Turntheround.app/MainWindow.nib/runtime.nib

июля 05 11:20:57.424 Building: Unpacking build from server

июля 05 11:20:57.819 Server dir name: Turntheround.app

                    Server app name: Turntheround (local name: Turn the round)

июля 05 11:20:58.006 Building: Adding plugins

июля 05 11:20:58.036 builder: buildOptions: {

                      “dstDir”:"/Users/netSkinner/Desktop/Turn the round.app",

                      “dstName”:“Turn the round”,

                      “dstPath”:"/Users/netSkinner/Desktop/Turn the round.app/Turn the round",

                      “librarySearchPaths”:["/Users/netSkinner/Desktop/Turn the round.app/.build/libtemplate"],

                      “pluginsDir”:"/Users/netSkinner/Desktop/Turn the round.app/.build",

                      “settings”:{

                        “orientation”:{

                          “default”:“portrait”

                        },

                        “iphone”:{

                          “plist”:{

                            “UISupportedInterfaceOrientations~iphone”:[“UIInterfaceOrientationLandscapeRight”,“UIInterfaceOrientationLandscapeLeft”],

                            “UIApplicationExitsOnSuspend”:false,

                            “UISupportedInterfaceOrientations~ipad”:[“UIInterfaceOrientationLandscapeRight”,“UIInterfaceOrientationLandscapeLeft”],

                            “CFBundleVersion”:“1.0.1”,

                            “UIInterfaceOrientation~iphone”:“UIInterfaceOrientationLandscapeRight”,

                            “UIStatusBarHidden”:true,

                            “UIPrerenderedIcon”:true,

                            “CFBundleIconFile”:“Icon.png”,

                            “UIInterfaceOrientation~ipad”:“UIInterfaceOrientationLandscapeRight”,

                            “CFBundleIconFiles”:[“Icon.png”,“Icon-60.png”,“Icon-72.png”,“Icon-72@2x.png”,“Icon-Small-50.png”,“Icon-Small-50@2x.png”,“Icon@2x.png”,“Icon-60@2x.png”,“Icon-76.png”,“Icon-76@2x.png”],

                            “CFBundleIdentifier”:“com.zeebagames.turntheround”

                          }

                        },

                        “plugins”:{

                          “plugin.chartboost”:{

                            “publisherId”:“com.swipeware”

                          },

                          “plugin.google.play.services”:{

                            “supportedPlatforms”:{

                              “android”:true,

                              “iphone”:true,

                              “iphone-sim”:true

                            },

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.analytics.flurry”:{

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.gameNetwork.apple”:{

                            “supportedPlatforms”:{

                              “iphone”:true

                            },

                            “publisherId”:“com.coronalabs”

                          },

                          “CoronaProvider.native.popup.activity”:{

                            “supportedPlatforms”:{

                              “iphone”:true

                            },

                            “publisherId”:“com.coronalabs”

                          }

                        },

                        “android”:{

                          “usesPermissions”:[“android.permission.INTERNET”,“android.permission.ACCESS_NETWORK_STATE”,“android.permission.GET_ACCOUNTS”,“android.permission.RECEIVE_BOOT_COMPLETED”,“com.google.android.c2dm.permission.RECEIVE”,“com.android.vending.CHECK_LICENSE”,“android.permission.WRITE_EXTERNAL_STORAGE”],

                          “versionName”:“1.0”,

                          “googlePlayGamesAppId”:“60167588125”,

                          “versionCode”:“6”

                        }

                      },

                      “tmpDir”:"/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2",

                      “verbose”:0

                    }

июля 05 11:20:58.036 Analyzing plugins…

                    Done.

                    

                    Compiling Slices…

                    Compiling architecture: armv7

июля 05 11:20:58.067 <execute>cd “/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2/armv7”;unset LIBRARY_PATH; export IPHONEOS_DEPLOYMENT_TARGET=6; export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin";/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libstdc++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk -ObjC -all_load -fobjc-link-runtime -miphoneos-version-min=6 -L"/Users/netSkinner/Desktop/Turn the round.app/.build/libtemplate" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.analytics.flurry" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.gameNetwork.apple" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/CoronaProvider.native.popup.activity" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/plugin.chartboost" -L"/Users/netSkinner/Desktop/Turn the round.app/.build/plugin.google.play.services" -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -framework CoreMotion -framework CoreVideo -framework CoreText -framework GameKit -framework GLKit -framework ImageIO -framework MapKit -framework MediaPlayer -framework MessageUI -framework MobileCoreServices -framework OpenAL -framework OpenGLES -framework QuartzCore -framework Security -framework StoreKit -framework SystemConfiguration -framework UIKit -framework CoreTelephony -framework AdSupport -framework EventKit -framework EventKitUI -weak_framework GameController -weak_framework AssetsLibrary -weak_framework Photos -weak_framework Foundation -weak_framework Twitter -lobjc -lsqlite3 -ltemplate -lanalytics-flurry -lgameNetwork-apple -lnative-popup-activity -lChartboost -lChartboostSDK -lgoogle-play-services -o “/var/folders/9j/09rxb8bs7t7_2kcvwnl1j5540000gn/T/CLtmpF9n9f2/armv7/Turn the round”</execute>

                    <result>ld: library not found for -lgameNetwork-apple

                    clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>

июля 05 11:20:58.068 ERROR: Builder failed: ld: library not found for -lgameNetwork-apple

июля 05 11:20:58.068 clang: error: linker command failed with exit code 1 (use -v to see invocation)

                    BUILD ERROR: There was a problem linking the app.

                    

                    Check the console for more information.

                    iOS build failed (12)

июля 05 11:20:58.286 ERROR: Build Failed: There was a problem linking the app.

                    

                    Check the console for more information.

июля 05 11:20:58.287 

июля 05 11:25:24.696 !WARNING! > The chartboost plugin is only supported on an Android & iOS devices. Please build for device

Can you post your build.settings file please?

Thanks

Rob

build.settings 

settings = { orientation = { default = "portrait", }, android = { googlePlayGamesAppId = "60167588125", versionCode = "6", versionName = "1.0", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, plugins = { ["plugin.chartboost"] = { publisherId = "com.swipeware" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true, iphone=true, ["iphone-sim"]=true } }, ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["CoronaProvider.analytics.flurry"] = { -- required publisherId = "com.coronalabs", }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true }, }, }, iphone = { plist = { CFBundleIconFile = "Icon.png", CFBundleVersion = "1.0.1", CFBundleIconFiles = { "Icon.png", "Icon-60.png", "Icon-72.png", "Icon-72@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon@2x.png", "Icon-60@2x.png", "Icon-76.png", "Icon-76@2x.png", }, CFBundleIdentifier = "com.zeebagames.turntheround", ["UIInterfaceOrientation~iphone"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~iphone"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, ["UIInterfaceOrientation~ipad"] = "UIInterfaceOrientationLandscapeRight", ["UISupportedInterfaceOrientations~ipad"] = { "UIInterfaceOrientationLandscapeRight", "UIInterfaceOrientationLandscapeLeft"}, UIStatusBarHidden = true, UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false }} }