Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

framework not found social when building for ios. #61

Open
ouguolin opened this issue May 3, 2020 · 0 comments
Open

framework not found social when building for ios. #61

ouguolin opened this issue May 3, 2020 · 0 comments

Comments

@ouguolin
Copy link

ouguolin commented May 3, 2020

Hi, I tried to build my game with version 2020.3590 but failed. it says that 'framework not found social ..'. this is the log, how to solve this:

Program starting as '"/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator" -no-console YES "/Volumes/Work/MyGames/1359Friends/main.lua"'.
Program 'Corona Simulator' started in '/Volumes/Work/MyGames/1359Friends' (pid: 1951).

Copyright (C) 2009-2020 C o r o n a L a b s I n c .
Version: 3.0.0
Build: 2020.3590
Loading project from: /Volumes/Work/MyGames/1359Friends
Project sandbox folder: ~/Library/Application Support/Corona Simulator/1359Friends-B18AF56A2FE9A82414EB7882F3400D7E
Platform: iPhone / x86_64 / 10.14.6 / Intel Iris Pro OpenGL Engine / 2.1 INTEL-12.10.12 / 2020.3590 / en-CN | CN | en_CN | en
WARNING: Accelerometer events are only available on the device.
WARNING: Gyroscope events are only available on the device.
WARNING: disabling the idle timer can reduce battery life on the device
WARNING: Cannot create path for resource file 'TitleScene.ccscene'. File does not exist.
ERROR: certificate: 'iPhone Distribution: Unijem LTD (U9LA2TNAN6)' expired on 2020-01-30T13:41:23+08:00
Warning: no valid private certificates found for profile "AHoc_Unijem (Unijem)"
Public certificate: iPhone Distribution: Unijem LTD (U9LA2TNAN6) [2642E9D3AED9D460B088BCFA12708391BCFE7D60]
Profile expired: 2020-01-30
Provisioning file: ~/Library/MobileDevice/Provisioning Profiles/f807ce05-f4c1-42e5-9996-5555beb34674.mobileprovision
ERROR: certificate: 'iPhone Distribution: Unijem LTD (U9LA2TNAN6)' expired on 2020-01-30T13:41:23+08:00
Warning: no valid private certificates found for profile "10may2019appstore (Unijem)"
Public certificate: iPhone Distribution: Unijem LTD (U9LA2TNAN6) [2642E9D3AED9D460B088BCFA12708391BCFE7D60]
Profile expired: 2020-01-30
Provisioning file: ~/Library/MobileDevice/Provisioning Profiles/6de9589a-b08a-447b-a1bb-de01ee5e91a9.mobileprovision
Warning: no valid private certificates found for profile "guolin_color_math_2014 (ouguoliniosapps)"
Public certificate: iPhone Distribution: ou guolin (6E9TCTB88Y) [609545DBF5CBB0CC41E3518B92D0EEC86BD06E64]
Profile expired: 2020-02-12
Provisioning file: ~/Library/MobileDevice/Provisioning Profiles/39bb2d67-2586-40b9-a822-d28e279ebd5c.mobileprovision
ERROR: certificate: 'iPhone Distribution: Unijem LTD (U9LA2TNAN6)' expired on 2020-01-30T13:41:23+08:00
ERROR: certificate: 'iPhone Distribution: Unijem LTD (U9LA2TNAN6)' expired on 2020-01-30T13:41:23+08:00
Warning: no valid private certificates found for profile "Adstore_unijem (Unijem)"
Public certificate: iPhone Distribution: Unijem LTD (U9LA2TNAN6) [2642E9D3AED9D460B088BCFA12708391BCFE7D60]
Profile expired: 2020-01-30
Provisioning file: ~/Library/MobileDevice/Provisioning Profiles/67e7556f-ba76-48ca-8b71-f53e2331d3e8.mobileprovision
Warning: no valid private certificates found for profile "iosdevikugo (ikugoreskin)"
Public certificates: iPhone Developer: ou guolin (SAERRS5B5G) [23A08A32EF3BD3E0250D213CEEA99A73E90CDA3A], iPhone Developer: ou guolin (SAERRS5B5G) [13AD524E4F06143D2D31B029C5BB3A5265CF6911], iPhone Developer: ou guolin (SAERRS5B5G) [B3C6F4A7D25C76D38A99EF2D0C1FF424DE6C3FDE], iPhone Developer: ou guolin (SAERRS5B5G) [E3C677FEECC329808FD56F98031092DE5C16D36B]
Profile expired: 2020-02-13
Provisioning file: ~/Library/MobileDevice/Provisioning Profiles/5cb627d7-154c-47b6-bb08-755e44bc5b99.mobileprovision
UNSUPPORTED iOS SDK Mismatch
The version of iOS SDK (13.2) that's installed on this computer does not match the target iOS version (13.4). You may encounter issues building or incompatibilities at runtime.

You should consider updating your version of Xcode or using xcode-select to enable a compatible version.

Do you want to proceed with a build?Using additional build settings from: /Volumes/Work/MyGames/1359Friends/build.settings
Building: Copying app resources
Building: Unpacking build with plugins
Building: Adding plugins
Analyzing plugins...
Found native plugin: /Users/ouguolin/Desktop/1359Friends.app/.build/CoronaProvider.native.popup.social
Done.

Analyzing Lua plugins...
Examining plugin: CoronaProvider.native.popup.social
Done.

Compiling Slices...
Compiling architecture: armv7
cd "/var/folders/hh/qwy5pdq175n7gpygtp969gsr0000gn/T/CLtmpztaW5T/armv7";unset LIBRARY_PATH; export IPHONEOS_DEPLOYMENT_TARGET=8; 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/iPhoneOS13.2.sdk" -ObjC -all_load -fobjc-link-runtime -miphoneos-version-min=8 -std=c++11 -stdlib=libc++ -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -L"/Users/ouguolin/Desktop/1359Friends.app/.build/libtemplate" -L"/Users/ouguolin/Desktop/1359Friends.app/.build/CoronaProvider.native.popup.social" -F"/Users/ouguolin/Desktop/1359Friends.app/.build/libtemplate" -F"/Users/ouguolin/Desktop/1359Friends.app/.build/CoronaProvider.native.popup.social" -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 -weak_framework GameController -weak_framework AssetsLibrary -weak_framework Photos -weak_framework Foundation -weak_framework Twitter -weak_framework social -lobjc -lsqlite3 -ltemplate -lnative-popup-social -o "/var/folders/hh/qwy5pdq175n7gpygtp969gsr0000gn/T/CLtmpztaW5T/armv7/1359Friends"
ld: framework not found social
clang: error: linker command failed with exit code 1 (use -v to see invocation)
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) after 6 seconds
ERROR: Build Failed: There was a problem linking the app.

Check the console for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant