Andrew Frost

Results 932 comments of Andrew Frost

... although having said that ... we can't reproduce this: even if we try on an M1 and have the same outcome in terms of the universal/thin binary types (which...

To clarify "easy to fix" .. it's fixed, July 28th looking at our repo history, which is also when the 33.1.1.575 release was cut... And looking at the release notes...

Hi @ventr1x The recent changes have been twofold: 1) where we detect that the Java runtime isn't giving us access to the internal sun classes, or where the user has...

When you say "minimum ios version", I don't think that's what ADT is looking at. That may be required for the linker options but to get ADT to allow a...

Thanks @mayainle @heitara are you okay with this now, with that `sdkVersion` definition? I'm wondering whether we should follow Apple in completely dropping support for the pre-11 iOS versions, and...

Yes good idea.. I'm thinking that the 50.0 version may be superseded fairly quickly as there are other API and namespace changes we want to make soon, so we could...

Okay thanks @heitara - there's some very weird code in here, looking at it in more detail. It's taking the sdkVersion string and then converting it to a number with...

Great, thanks for confirming, we'll get this actual code updated/fixed and put into a release. cheers

FYI we've already changed the code in ADT that looks at this `sdkVersion` value. TBH it's only trying to work out if it's 11.x or higher, so currently we don't...

Have you tried it? I've just looked through the code, it gets a little convoluted and then goes into the various platform-specific implementations, but it looked to me as if...