akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Issue setting up simject with 'make setup' #41

Closed chrisink closed 6 years ago

chrisink commented 6 years ago

While building module 'Foundation' imported from /Users/Chris/theos/Prefix.pch:11: While building module 'ObjectiveC' imported from /Users/Chris/theos/sdks/MacOSX10.13.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:9: In file included from :2: In file included from /Users/Chris/theos/sdks/MacOSX10.13.sdk/usr/include/objc/./Protocol.h:51: /Users/Chris/theos/sdks/MacOSX10.13.sdk/usr/include/objc/Object.h:141:28: error: expected a type

afnanahmad commented 6 years ago

@chrisink try this fix: https://github.com/angelXwind/simject/issues/37#issuecomment-400916548 it worked for me.