Lightmann
                                            Lightmann
                                        
                                    @SamuraiDjvak We recently updated our sdk repo. Would you mind trying again after installing iPhoneOS16.5.sdk: ``` curl -L https://github.com/theos/sdks/releases/download/master-146e41f/iPhoneOS16.5.sdk.tar.xz | tar -xJv -C "$THEOS/sdks" ``` Edit: no sure it's SDK...
This is just about ready. Will need to publish my aarch64 toolchain, which I'm currently in the process of updating, and update Kabir's toolchain download links once the relevant prs...
In the interim while I work on a fix for the issues mentioned above, this pr has been modified to only adjust the following: 1) Introduces a new local bash...
We could probably add this to https://github.com/theos/theos/blob/b1986c6f1664ae2b24a9501222e9c14dda605270/makefiles/targets/_common/iphone.mk#L16-L18 assuming we want to specify one by default. Given that it is supported by [clang 3.3](https://web.archive.org/web/20231129221013/https://clang.llvm.org/cxx_status.html) and later, it seems like a safe...
@Lessica would you mind sharing your makefile? Myself and one other have attempted to replicate both your and Ilan's error and cannot. Thanks!
Something may be incorrect in your setup then because your previous image shows the flag being passed to ObjC (.m) files which is odd considering XXX_CCFLAGS does not apply to...
> Compile normally, check generated header file -> No class definition for the class we exposed to objective c. @HearseDev please open a separate issue for this if it persists...
Oop, that's fair. Worth doing the `deb_build_num.sh` and/or `$THEOS_BIN_PATH` changes or should I just scrap this pr?
Would you mind sharing either your project's Makefile or the output of `make clean package messages=yes`? Thanks!
I don't use OSX, so take this with a grain of salt, but that error typically occurs when there is an SDK-toolchain incompatibility. In this case, I'm guessing that the...