Hi, I’m having error builds on 2733 and 2736.
Same project work fine on any previous versions (2731 ok).
On 2733 I’m getting this error
Compiling architecture: armv7 \<execute\>cd "/var/folders/\_s/h57f7hp12r1d8srn4kshttyh0000gp/T/CLtmpjJuWut/armv7";unset LIBRARY\_PATH; export IPHONEOS\_DEPLOYMENT\_TARGET=6.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/iPhoneOS9.0.sdk -ObjC -all\_load -fobjc-link-runtime -miphoneos-version-min=6.0 -L"/Users/frosaliruben1/Desktop/dev.app/.build/libtemplate" -L"/Users/frosaliruben1/Desktop/dev.app/.build/CoronaProvider.ads.iads" -L"/Users/frosaliruben1/Desktop/dev.app/.build/CoronaProvider.analytics.flurry" -L"/Users/frosaliruben1/Desktop/dev.app/.build/CoronaProvider.native.popup.safariView" -L"/Users/frosaliruben1/Desktop/dev.app/.build/plugin.google.play.services" -L"/Users/frosaliruben1/Desktop/dev.app/.build/plugin.notifications" -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -framework CoreMotion -framework CoreVideo -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 iAd -framework CoreTelephony -framework AdSupport -framework EventKit -framework EventKitUI -weak\_framework Foundation -weak\_framework Twitter -weak\_framework SafariServices -lobjc -lsqlite3 -ltemplate -lads-iads -lanalytics-flurry -lnative-popup-safariView -lgoogle-play-services -lnotifications -o "/var/folders/\_s/h57f7hp12r1d8srn4kshttyh0000gp/T/CLtmpjJuWut/armv7/dev"\</execute\> \<result\>Undefined symbols for architecture armv7: "\_CTFontManagerRegisterFontsForURL", referenced from: Rtt::IPhoneFont::IPhoneFont(char const\*, float, NSString\*) in libtemplate.a(Rtt\_IPhoneFont.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)\</result\> ERROR: Builder failed: Undefined symbols for architecture armv7: "\_CTFontManagerRegisterFontsForURL", referenced from: Rtt::IPhoneFont::IPhoneFont(char const\*, float, NSString\*) in libtemplate.a(Rtt\_IPhoneFont.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Oct 17 12:34:06.411: BUILD ERROR: There was a problem linking the app.
while 2736 just gives me a
A device build error occurred on the server. BuildID: 5621c2954cae1 Error:
Reading the logs, I’m thinking it’s related to custom fonts…