Kc57 / iHide

A utility for hiding jailbreak from iOS applications
https://repo.kc57.com
105 stars 26 forks source link

Build error: 'Foundation/Foundation.h' file not found #9

Closed jayluxferro closed 3 years ago

jayluxferro commented 3 years ago

Build error fatal error: 'Foundation/Foundation.h' file not found

To Reproduce make package

Screenshots Screenshot 2021-09-11 at 03 38 27

Device Information:

Kc57 commented 3 years ago

Thanks for your interest in the project!

The error you are receiving is not a bug in iHide but an issue with your environment. Make sure you follow the Theos setup carefully and have the proper SDKs installed. You can try using the ones I listed below:

Try inspecting your SDK folder for the following:

iPhoneOSXX.Y.sdk/System/Library/Frameworks/Foundation.framework

Where XX.Y is the version of iOS SDK you are building against. You can also update the makefile to point to a specific SDK.