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

Cannot build for iOS #44

Open
Tiago-Ling opened this issue Oct 3, 2016 · 1 comment
Open

Cannot build for iOS #44

Tiago-Ling opened this issue Oct 3, 2016 · 1 comment

Comments

@Tiago-Ling
Copy link

Using:
Haxe 3.3.0
Lime 2.9.1
OpenFL 3.6.1 (next)

Looks like the library is not working for non-legacy iOS projects. The following error happens when trying to build:

/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:364: characters 39-47 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:355: characters 43-51 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:358: characters 41-49 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:357: characters 36-44 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:356: characters 40-48 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:359: characters 51-59 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:363: characters 40-48 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:361: characters 58-66 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:362: characters 58-66 : Class<openfl.Lib> has no field load
/usr/local/lib/haxe/lib/extension-iap/1,2,0/extension/iap/ios/IAP.hx:360: characters 39-47 : Class<openfl.Lib> has no field load

Any known workarounds? Thanks!

@Tiago-Ling
Copy link
Author

Looks like this is only a matter of substituting flash.Lib for lime.system.CFFI.

I'm gonna test it here and make the PR if it works correctly.

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