Cannot build IPA file #39
-
Hello, can anyone help me? I'm getting this error while building the IPA file |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
just manually copy the libbhFLEX.dylib file to the /.theos/obj/debug directory! |
Beta Was this translation helpful? Give feedback.
-
Here's the output of build.sh Building BHInsta tweak for sideloading (as IPA)
|
Beta Was this translation helpful? Give feedback.
-
Ah I know exactly why it's not working. In version 0.3.0 the build script had an issue where it would not compile the FLEX tweak. This will be fixed in the upcoming version (working super hard on getting it out), but as a workaround try this before running the build script again. In the file called "Makefile" replace the red text with the green text:
- SUBPROJECTS += libflex
+ BHInsta_SUBPROJECTS += modules/libflex |
Beta Was this translation helpful? Give feedback.
-
@SoCuul any updates on this? |
Beta Was this translation helpful? Give feedback.
-
@InvalidPandaa Should be completely fixed in the newest version. |
Beta Was this translation helpful? Give feedback.
@InvalidPandaa Should be completely fixed in the newest version.
https://github.com/SoCuul/SCInsta/releases/tag/v0.4.0