Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 10b6 fabric missing or malformed provisioning profile

Just updated to Xcode 10b6 and when i try to distribute the app through the fabric plugin i got the error "Archive Preparation Error: -3" - The archive's embedded.mobileprovision provisioning is missing or malformed"

No idea how to solve this.

like image 825
Pablo Navarrete Avatar asked Sep 20 '18 05:09

Pablo Navarrete


People also ask

Can Xcode handle provisioning profiles for my App?

Then Xcode should be able to handle provisioning profile generation for you. If the In App Purchases feature is required for your app, you will be required to sign up for a paid Developer account. Could someone please help -- is this answer out of date?

Why can’t I create a provisioning profile for in app purchases?

Without a paid Developer account, Xcode will not be able to generate the proper provisioning profile that includes the In App Purchases capability. Please try removing the In App Purchases feature from the configuration of your Xcode project. Then Xcode should be able to handle provisioning profile generation for you.

Why can't I use the in app purchases feature in Xcode?

To use that feature, you will need a paid Developer account. Without a paid Developer account, Xcode will not be able to generate the proper provisioning profile that includes the In App Purchases capability. Please try removing the In App Purchases feature from the configuration of your Xcode project.


2 Answers

Just find myself trying stuff..

  1. File -> Workspace settings
  2. Change Build system from New Build System (default) to Legacy Build System
like image 56
Pablo Navarrete Avatar answered Oct 17 '22 05:10

Pablo Navarrete


In xcode 10+ the option to change to legacy build is in file >> project settings

enter image description hereenter image description here

like image 2
Daniel Lizik Avatar answered Oct 17 '22 04:10

Daniel Lizik