hyperfiction / HypFacebook

HypFacebook : Facebook native extension for Haxe NME
BSD 2-Clause "Simplified" License
45 stars 17 forks source link

Hash has been removed, use Map instead #12

Closed EddyF closed 9 years ago

EddyF commented 10 years ago

while trying to compile a ios build i've ran into this issue. haxe Build.hxml -D HXCPP_ARMV7 -cpp build/Release-iphoneos ../../../../source/fr/hyperfiction/HypFacebook.hx:640: characters 1-56 : Hash has been removed, use Map instead

just before that it was complaining it could not find nme libraries so i've switched it to import openfl instead.(that fixes it)

any ideas?

man2 commented 10 years ago

use HashSet from polygonal ds instead