Closed db5x007 closed 1 month ago
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" :
2024-10-02T11:49:31.6477920Z ##[group]Run cd main
2024-10-02T11:49:31.6478250Z [36;1mcd main[0m
2024-10-02T11:49:31.6478550Z [36;1m[0m
2024-10-02T11:49:31.6478780Z [36;1mmkdir -p packages[0m
2024-10-02T11:49:31.6479230Z [36;1mwget "$Instagram_URL" --no-verbose -O packages/com.burbn.instagram.ipa[0m
2024-10-02T11:49:31.6479860Z [36;1m[0m
2024-10-02T11:49:31.6480090Z [36;1mls -la packages[0m
2024-10-02T11:49:31.6580210Z shell: /bin/bash -e {0}
2024-10-02T11:49:31.6580590Z env:
2024-10-02T11:49:31.6580870Z THEOS: /Users/runner/work/SCInsta/SCInsta/theos
2024-10-02T11:49:31.6581470Z Instagram_URL: https://drive.google.com/uc?export=download&id=1feimNpspwYFqYxuV9PCKw6GBzopRkYv5
2024-10-02T11:49:31.6582060Z ##[endgroup]
2024-10-02T11:49:32.1257990Z 2024-10-02 11:49:32 URL:https://drive.usercontent.google.com/download?id=1feimNpspwYFqYxuV9PCKw6GBzopRkYv5&export=download [2435/2435] -> "packages/com.burbn.instagram.ipa" [1]
2024-10-02T11:49:32.1275880Z total 8
2024-10-02T11:49:32.1377060Z drwxr-xr-x 3 runner staff 96 Oct 2 11:49 .
2024-10-02T11:49:32.1413390Z drwxr-xr-x 17 runner staff 544 Oct 2 11:49 ..
2024-10-02T11:49:32.1414190Z -rw-r--r-- 1 runner staff 2435 Oct 2 11:49 com.burbn.instagram.ipa
I have the same error
Please take a look at this and see if it's able to fix your problem
https://github.com/SoCuul/SCInsta/discussions/91#discussioncomment-10768530
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!