fix: compilation errors due to %orig#288
Conversation
Previously, many files caused the error “Invalid argument structure in %orig” during compilation. This commit fixes that issue and other issues related to %orig syntax.
|
@alexismdr the issue is probably the theos version that was downloaded in the github action. try pinning it to a version and maybe all these changes won't be necessary. check this out |
It would appear that a theos bug (or regression) might be causing this. Because of the additional amount of code this adds, I can't really justify it, especially when the %orig hooks are used properly within the context of theos. However if you open another PR that pins the theos version, I'd be happy to merge (at least until I figure out how to resolve the issues with the latest version) |
Previously, many files caused the error “Invalid argument structure in %orig” during compilation. This commit fixes that issue and other issues related to %orig syntax.
The GitHub action "Build and package SCInsta" now works perfectly. The app and tweaks also work perfectly. Sorry for the long commit—it's the only way I've found to fix this problem.