Xcode لا يمكن بناء ملف IPA لتطبيق iOS.بدلا من ذلك يبني .pkg.

StackOverflow https://stackoverflow.com/questions/9512698

سؤال

أريد تصدير تطبيق iOS الخاص بي كملف iPa ل TestFlight.لسبب ما فقط في هذا المشروع لا يوجد خيار لبناء ملف .يبا.بدلا من ذلك، يمكنني فقط تصديره كتطبيق Mac OS X.يعمل بشكل جيد على جهاز محاكاة وعلى الجهاز الحقيقي. حاولت بالفعل إعادة إنشاء ملف تعريف توفير المخصص، لكنها لم تغير أي شيء.

سيكون رائعا إذا كان شخص ما يعرف كيفية إصلاح ذلك.

شكرا مقدما!

مربع حوار تصدير XCode

أدخل وصف الصورة هنا

هل كانت مفيدة؟

المحلول 2

I finally found a solution for this problem: I used the "Validate Settings"-button underneath the build settings. The only property Xcode changed for me was the deployment target from iOS 4 to iOS 5.

نصائح أخرى

I use TestFlight a lot and I do this:

Take the .app and put it in a folder called "Payload", compress that folder to a .zip file, then change the extension of the file from .zip to .ipa (you will have Payload.ipa), and your file is ready for TestFlight.

This is the way I do it and it works.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top