6

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.

dev.doc
  • 569
  • 3
  • 12
  • 18
Pablo Navarrete
  • 201
  • 1
  • 7

2 Answers2

14

Just find myself trying stuff..

  1. File -> Workspace settings
  2. Change Build system from New Build System (default) to Legacy Build System
Pablo Navarrete
  • 201
  • 1
  • 7
2

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

enter image description hereenter image description here

Daniel Lizik
  • 3,058
  • 2
  • 20
  • 42