-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Issue encountered while creating an IPA file for a tweak (SCInsta) #97
Comments
Did you make sure that the ipa is placed inside the packages folder with the name "com.burbn.instagram"? |
yes, this is my log for "Prepare Instagram IPA" :
|
I have the same error |
Please take a look at this and see if it's able to fix your problem |
For anybody who has this problem, this is because the download link isn't good. Try using dropbox (Convert the end of the link to a "1" instead of a "0" to make it a direct download link) |
Dropbox works ! Thanks |
I’m facing an issue during the creation of an IPA file for my tweak SCInsta. The build pipeline runs smoothly up to the final step of generating the IPA file, but it fails with the following error:
Issue Details:
All dependencies are installed correctly using pip and ipsw.
The compilation of various components and files for the tweak (including libsciFLEX, SCInsta, and their dependencies) completes without major errors, although I do receive warnings about obsolete linking options (ld: warning: -multiply_defined is obsolete).
During the IPA creation stage, the script attempts to extract the generated IPA file but encounters an error saying that the file is neither a valid ZIP nor an IPA file.
The script then deletes the temporary directory and exits with code 1.
Additional Context:
I suspect the issue occurs when trying to extract the IPA, as it seems the generated file is either in the wrong format or is corrupt. There might be an issue with how the IPA is being built or signed before the extraction step.
My Question:
Are there any known reasons why an IPA file might not be generated correctly at this stage?
What troubleshooting steps can I take to verify the validity of the IPA file before extraction?
Any help to resolve this issue would be greatly appreciated.
Thank you in advance!
The text was updated successfully, but these errors were encountered: