Hello,
I have done some changes in xml as well as info.plist file to increase the bundle version and to do so i have followed some following steps 1) Download and unzip the IPA file.
2) Click on MyApp.app and "Expand Package Contents".
3) Open the info.plist file in XCode and edit the "Bundle version" key.
4) Resign via these instructions: https://coderwall.com/p/cea3fw
also resigned the ipa
after resigning the ipa i am trying to upload the same using the application loader but the application loader is giving me following error.
RROR ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."
But when i am actually checking the same file is available in the payload folder of the same ipa which i am trying to load through application loader.
Please look into it and let me know ASAP.
STEPS TO REPRODUCE
1) Download and unzip the IPA file.
2) Click on MyApp.app and "Expand Package Contents".
3) Open the info.plist file in XCode and edit the "Bundle version" key.
4) Resign via these instructions: https://coderwall.com/p/cea3fw
Following is the resigning procedure that we used please go through that
Macs-Mac-Pro:iof mac$ cd Desktop
-bash: cd: Desktop: No such file or directory
Macs-Mac-Pro:iof mac$ cd ../
Macs-Mac-Pro:Desktop mac$ rm -r "Payload5/AshwiniNitinKadam.app/_CodeSignature" "Payload5/AshwiniNitinKadam.app/CodeResources" 2> /dev/null | true
Macs-Mac-Pro:Desktop mac$ cp "Saylogica_Solutions.mobileprovision" "Payload5/AshwiniNitinKadam.app/embedded.mobileprovision"
Macs-Mac-Pro:Desktop mac$ codesign -f -s "iPhone Distribution: Sudhir Dhamale" --entitlements Payload5/AshwiniNitinKadam.app/Info.plist Payload5/AshwiniNitinKadam.app
Payload5/AshwiniNitinKadam.app: replacing existing signature
Macs-Mac-Pro:Desktop mac$ zip -qr try.ipa Payload5
Macs-Mac-Pro:Desktop mac$
I have done some changes in xml as well as info.plist file to increase the bundle version and to do so i have followed some following steps 1) Download and unzip the IPA file.
2) Click on MyApp.app and "Expand Package Contents".
3) Open the info.plist file in XCode and edit the "Bundle version" key.
4) Resign via these instructions: https://coderwall.com/p/cea3fw
also resigned the ipa
after resigning the ipa i am trying to upload the same using the application loader but the application loader is giving me following error.
RROR ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."
But when i am actually checking the same file is available in the payload folder of the same ipa which i am trying to load through application loader.
Please look into it and let me know ASAP.
STEPS TO REPRODUCE
1) Download and unzip the IPA file.
2) Click on MyApp.app and "Expand Package Contents".
3) Open the info.plist file in XCode and edit the "Bundle version" key.
4) Resign via these instructions: https://coderwall.com/p/cea3fw
Following is the resigning procedure that we used please go through that
Macs-Mac-Pro:iof mac$ cd Desktop
-bash: cd: Desktop: No such file or directory
Macs-Mac-Pro:iof mac$ cd ../
Macs-Mac-Pro:Desktop mac$ rm -r "Payload5/AshwiniNitinKadam.app/_CodeSignature" "Payload5/AshwiniNitinKadam.app/CodeResources" 2> /dev/null | true
Macs-Mac-Pro:Desktop mac$ cp "Saylogica_Solutions.mobileprovision" "Payload5/AshwiniNitinKadam.app/embedded.mobileprovision"
Macs-Mac-Pro:Desktop mac$ codesign -f -s "iPhone Distribution: Sudhir Dhamale" --entitlements Payload5/AshwiniNitinKadam.app/Info.plist Payload5/AshwiniNitinKadam.app
Payload5/AshwiniNitinKadam.app: replacing existing signature
Macs-Mac-Pro:Desktop mac$ zip -qr try.ipa Payload5
Macs-Mac-Pro:Desktop mac$


