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,476
  • 6
  • 31
  • 60

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
  • 17,282
  • 18
  • 107
  • 195