1

The app builds, runs, and passes Analyze without any problems. But when I archive, 720 errors pop up. Any ideas? I've tried almost everything mentioned on SO so far.

  • Cleaned, removed derived data, restarted xcode
  • Set enable Modules (C and Objective-C) to NO
  • Added/readded Foundation, Corefoundation, UIKit
  • Swift Compiler - Code Generation (set from None to Fastest)

enter image description here

Onichan
  • 4,306
  • 6
  • 28
  • 57

1 Answers1

0

For me the issue was having my architectures not set to the standard. I had added i386 or something, just set it back to default xcodeproject arch and it compiled fine.

Albert Renshaw
  • 16,406
  • 17
  • 99
  • 182