Hearse
Hearse
> libhooker's gone now, you should be good on 0.7.5 Even though one can inject libhooker manually. I think this would an amazing opportunity to only display libhooker with the...
@leptos-null I believe that this is a theos issue. it is very easy replicable on the latest version of Xcode v14.3.1. To replicate, follow this project structure: Tweak.xm with hook...
> Thanks @HearseDev. I was able to reproduce with the steps you provided. > > [HelloWorld.zip](https://github.com/theos/theos/files/12446873/HelloWorld.zip) > > This was the minimum project with which I was able to reproduce....
> > 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...
> Thanks @HearseDev. I was able to reproduce with the steps you provided. > > [HelloWorld.zip](https://github.com/theos/theos/files/12446873/HelloWorld.zip) > > This was the minimum project with which I was able to reproduce....
@leptos-null @L1ghtmann You can see in the verbose logs, that -Xcc $(CC_FLAGS) is being passed into swiftc replicates the one of the errors we are experiencing ``` swiftc -Xcc -std=c++17...
@L1ghtmann @leptos-null Fixed issue, it compiles the Helper file just fine. Line 183 makefiles/instance/rules.mk ``` ALL_SWIFTFLAGS = $(_THEOS_INTERNAL_SWIFTCOLORFLAGS) $(foreach flag,$(ALL_CFLAGS) $(ALL_CCFLAGS) $(ALL_OBJCFLAGS) $(ALL_OBJCCFLAGS),-Xcc $(flag)) $(_THEOS_INTERNAL_SWIFTFLAGS) $(_THEOS_TARGET_SWIFTFLAGS) $(ADDITIONAL_SWIFTFLAGS) $(call __schema_var_all,$(THEOS_CURRENT_INSTANCE)_,SWIFTFLAGS) $(call...
I am not sure how correct the solution is, but if this is the actual solution, perhaps we should also remove OBJCCFLAGS as well?
@leptos-null @L1ghtmann Removing both CCFLAGS OBJCCFLAGS, I will leave this here. Also I can now compile my bigger projects that were having issues because of this. If you guys can...
this would be great, could you support animation and maybe make it so it returns an array of CGImages