theos / logos

Preprocessor that simplifies Objective-C hooking.
https://theos.dev/docs/logos
Other
206 stars 34 forks source link

Experimental shift on scalar is now forbidden #48

Closed ZoZo03XX closed 5 years ago

ZoZo03XX commented 5 years ago

(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)

What are the steps to reproduce this issue?

  1. cd projectname
  2. make package install

What happens?

I get the error "Experimental shift on scalar is now forbidden at" followed by a string of error messages.

What were you expecting to happen?

My project to be set up

Any logs, error output, etc?

https://ghostbin.co/paste/yvad2

Any other comments?

I'm on iOS 12.4 I replaced the following: my $functionRetval = shift $args;

my $functionName = shift $args;

with

my $functionRetval = shift @{args};

my $functionName = shift @{args};

What versions of software are you using?

Operating System: Windows 10

Toolchain Version: 4.0.3-1

SDK Version: 10.3