xcode 10b6 fabric missing or malformed provisioning profile

Viewed 765

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.

2 Answers

Just find myself trying stuff..

  1. File -> Workspace settings
  2. Change Build system from New Build System (default) to Legacy Build System

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

enter image description hereenter image description here

Related