DisplayingABitmap Example iOS = ** BUILD FAILED **

Hi, I’m trying to test the DisplayingABitmap example, it runs OK on flash target, but when I select iOS ( openfl test /Users/pol/DisplayingABitmap iOS ) i get the following output :

Undefined symbols for architecture arm64:
OBJC_CLASS$_GCController”, referenced from:
objc-class-ref in liblime.a(d9029685_SDL_sysjoystick.o)
"_GCControllerDidConnectNotification", referenced from:
_SDL_SYS_JoystickInit in liblime.a(d9029685_SDL_sysjoystick.o)
_SDL_SYS_JoystickQuit in liblime.a(d9029685_SDL_sysjoystick.o)
"_GCControllerDidDisconnectNotification", referenced from:
_SDL_SYS_JoystickInit in liblime.a(d9029685_SDL_sysjoystick.o)
_SDL_SYS_JoystickQuit in liblime.a(d9029685_SDL_sysjoystick.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/armv7/DisplayingABitmap normal armv7
cd /Users/pol/DisplayingABitmap/Export/ios
export IPHONEOS_DEPLOYMENT_TARGET=5.1.1
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk -L/Users/pol/DisplayingABitmap/Export/ios/build/Release-iphoneos -L/Users/pol/DisplayingABitmap/Export/ios/DisplayingABitmap/lib/armv7 -F/Users/pol/DisplayingABitmap/Export/ios/build/Release-iphoneos -filelist /Users/pol/DisplayingABitmap/Export/ios/build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/armv7/DisplayingABitmap.LinkFileList -miphoneos-version-min=5.1.1 -dead_strip -lstd -lregexp -llime -lApplicationMain -stdlib=libc++ -framework UIKit -framework OpenAL -framework OpenGLES -framework QuartzCore -framework CoreAudio -framework CoreGraphics -framework AudioToolbox -framework AVFoundation -framework Foundation -framework CoreMotion -framework MediaPlayer -Xlinker -dependency_info -Xlinker /Users/pol/DisplayingABitmap/Export/ios/build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/armv7/DisplayingABitmap_dependency_info.dat -o /Users/pol/DisplayingABitmap/Export/ios/build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/armv7/DisplayingABitmap
ld: warning: object file (/Users/pol/DisplayingABitmap/Export/ios/build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/armv7/Main.o) was built for newer iOS version (5.1.1) than being linked (5.1)

** BUILD FAILED **

The following build commands failed:
Ld build/DisplayingABitmap.build/Release-iphoneos/DisplayingABitmap.build/Objects-normal/arm64/DisplayingABitmap normal arm64
(1 failure)
Pauls-MacBook-Pro:~ pol$ openfl test /Users/pol/DisplayingABitmap ios

… any ideas?

Sorry for the trouble!

This might be the fix:

This will go out in the next release

That would be awesome, I’ll wait for next patch, thanks!