Hi, today I’ve this issue compiling with appodeal plugin with ios with all my app which I’ve tried to compile for iOS; I’ve compiled last time the 28th of October with tha same configuration (Corona sdk 3145) with no problem :
Undefined symbols for architecture armv7:
“___isOSVersionAtLeast”, referenced from:
___38-[APDComplainView fillForInterstitial]_block_invoke.176 in libAppodeal.a(APDComplainView.o)
_APDSafeArea in libAppodeal.a(APDGeometry.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
BUILD ERROR: There was a problem linking the app.
My configuration :
Macos sierra 10.12.5; xCode version 8.3.3
Corona sdk 3145, tried the 3163 too (not Enterprise both)
compiling ios sdk : 10.3
Something has been changed on appodeal plugin please? Have someone else experienced the same issue?
Thank you in advance, bye
Simone
PS: here is the complete log, just cut it in the middle, anyway sorry the longness
Analyzing Lua plugins…
Examining plugin: CoronaProvider.native.popup.social
Examining plugin: plugin.appodeal
Examining plugin: plugin.facebook.v4
Done.
Compiling Slices…
Compiling architecture: armv7
<execute>cd “/var/folders/kp/1ctmsrhx2bbd0t2k_ym9s90r0000gn/T/CLtmp7FNEzi/armv7”;unset LIBRARY_PATH; export IPHONEOS_DEPLOYMENT_TARGET=7.0; 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/iPhoneOS10.3.sdk” -ObjC -all_load -fobjc-link-runtime -miphoneos-version-min=7.0 -std=c++11 -stdlib=libc++ -Xlinker -rpath -Xlinker @executable_path/Frameworks -L"/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate" -L"/Users/simone/Desktop/build/PetsNet.app/.build/CoronaProvider.native.popup.social" -L"/Users/simone/Desktop/build/PetsNet.app/.build/plugin.appodeal" -L"/Users/simone/Desktop/build/PetsNet.app/.build/plugin.facebook.v4" -F"/Users/simone/Desktop/build/PetsNet.app/Frameworks" -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 JavaScriptCore -framework CoreBluetooth -framework WebKit -framework Accounts -weak_framework GameController -weak_framework AssetsLibrary -weak_framework Photos -weak_framework Foundation -weak_framework Twitter -weak_framework social -weak_framework SafariServices -weak_framework AdSupport -lobjc -lsqlite3 -ltemplate -lnative-popup-social -lAppodealPlugin -lAppodeal -lxml2 -lz -lc++ -lBolts -lFBSDKCoreKit -lFBSDKLoginKit -lFBSDKShareKit -lfacebook -o “/var/folders/kp/1ctmsrhx2bbd0t2k_ym9s90r0000gn/T/CLtmp7FNEzi/armv7/PetsNet”</execute>
<result>ld: warning: directory not found for option ‘-F/Users/simone/Desktop/build/PetsNet.app/Frameworks’
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(main.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(Rtt_IPhoneTemplate-Sub.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(CoronaBeacon.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(AppleWeakProxy.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(Rtt_IPhonePlatformCore.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(CoronaSystemResourceManager.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(Rtt_IPhoneMediaProvider.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/libtemplate/libtemplate.a(Rtt_AppleAudioRecorder.o)) was built for newer iOS version (8.0) than being linked (7.0)
…
…
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/plugin.appodeal/libAppodeal.a(FNFMediaPresentationDescription.mm.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/plugin.appodeal/libAppodeal.a(FNFMpdTimelineEntry.mm.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: warning: object file (/Users/simone/Desktop/build/PetsNet.app/.build/plugin.appodeal/libAppodeal.a(FNFRepresentationDataDownloadTracker.m.o)) was built for newer iOS version (8.0) than being linked (7.0)
Undefined symbols for architecture armv7:
“___isOSVersionAtLeast”, referenced from:
___38-[APDComplainView fillForInterstitial]_block_invoke.176 in libAppodeal.a(APDComplainView.o)
_APDSafeArea in libAppodeal.a(APDGeometry.o)
ld: symbol(s) not found for architecture armv7
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 481 seconds
ERROR: Build Failed: There was a problem linking the app.