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

Can't build version 2.0 for iOS9 device when using xcode11. #676

Closed
liuyongVAE opened this issue Apr 14, 2020 · 0 comments
Closed

Can't build version 2.0 for iOS9 device when using xcode11. #676

liuyongVAE opened this issue Apr 14, 2020 · 0 comments

Comments

@liuyongVAE
Copy link

I want to know any other way to build and run in iOS 9 Devices when I using Xcode 11. Can we Fake a TypeArray for iOS9 ?
like this:
`typedef enum {
kJSTypedArrayTypeNone1 = 0,
kJSTypedArrayTypeInt8Array1 = 1,
kJSTypedArrayTypeInt16Array1 = 2,
kJSTypedArrayTypeInt32Array1 = 3,
kJSTypedArrayTypeUint8Array1 = 4,
kJSTypedArrayTypeUint8ClampedArray1 = 5,
kJSTypedArrayTypeUint16Array1 = 6,
kJSTypedArrayTypeUint32Array1 = 7,
kJSTypedArrayTypeFloat32Array1 = 8,
kJSTypedArrayTypeFloat64Array1 = 9,
kJSTypedArrayTypeArrayBuffer1 = 10
} JSTypedArrayType1;

JSTypedArrayType1 JSObjectGetTypedArrayType1(JSContextRef ctx, JSObjectRef object);
`
Using different function name to adapter iOS9. I wonder if this is possible。

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