Matthias Görges

Results 188 comments of Matthias Görges

I think `SYS_IOSRELCERT` in [PROFILE#L8](https://github.com/part-cw/lambdanative/blob/master/PROFILE.template#L8) is still used to extract the `SYS_IOSTEAMID`, specifically the **(YYYYYYYYYY)** piece. And if that is not found as an Apple ID in your Xcode account...

I believe you need Xcode to compile too as this is the only way you can get the arm compiler and libraries needed for iOS? The requirements of https://github.com/ios-control/ios-deploy include:...

I am sorry, but this issue and pull request don't quite make sense to me - the `$ANDROIDAPI` is user-determined in the `SETUP`, let's say `ANDROIDAPI=24` or `ANDROIDAPI=21`. However, the...

I saw the updated pull request, but could you comment a bit more on why this is needed; we have always used the latest `build-tools`, and it works for any...

Thanks - could you try if you only kept the latest version of the `build-tools` if that worked for all APIs you build for? We target different APIs frequently and,...

https://developer.android.com/tools/releases/build-tools says: "You should always keep your Build Tools component updated by downloading the latest version using the [Android SDK Manager](https://developer.android.com/studio/intro/update). If you're using [Android plugin for Gradle 3.0.0](https://developer.android.com/studio/releases/gradle-plugin#3-0-0) or...

What error do you get if you simply run `/Users/klepp/Library/Caches/lambdanative/macosx/bin/gsc` ? I.e. is this a code signing error, a linking problem, or something else entirely?

To me this sounds like an issue with Gambit? Unless it is a codesign thing that is why I was wondering if it ran outside of lldb? It might relate...

In 2019, with the introduction of MacOS Catalina, the operating system suggested changing the default shell to zsh, and while I can't recall when it became required, it has been...

Both of my work machines use macOS Monterey (12.7) and Xcode 14.2. I also have set [modules/config/LIBRARIES](https://github.com/part-cw/lambdanative/blob/master/modules/config/LIBRARIES) to `libgambit` many years ago, which is 4.9.2, whereas the current default is...