Open Dark000Soldier opened 3 years ago
I am trying to build Fugu on m1 macOS 12.0.1. after starting compiling the ipa it give many errors starting with the line:
remark: Incremental compilation has been disabled: it is not compatible with who:1:9: note: in file included from :1:
I do enabled the Incremental option in section Swift compiler - code Generation, but still same error over and over.
I found the fix, I was building the project on external ssd, and all I should do is coping all the files to intern storage.
I am trying to build Fugu on m1 macOS 12.0.1. after starting compiling the ipa it give many errors starting with the line:
remark: Incremental compilation has been disabled: it is not compatible with who:1:9: note: in file included from :1:
import "/Volumes/../Fugu14-master/arm/iOS/jailbreakd/Sources/asmAndC/include/._server.h"
I do enabled the Incremental option in section Swift compiler - code Generation, but still same error over and over.