0

In debug scheme my xcode project works fine on simulator and devices. But in release scheme(both adhoc and appstore), it stops and doesn't go on on compiling phase. (at the last source file.)

i.e. the project shows "Building XXXX: XXX | Compiling 128 of 128 source files". and doesn't work anymore.

Only I can cancel building. Whats the matter?

sky1224
  • 158
  • 1
  • 9
  • What version of Xcode? What version of OSX? – trojanfoe Sep 22 '15 at 14:42
  • I'm using OSX Mavericks 10.9.5 and Xcode Version 6.2 (6C131e). And I made release archives with other xcode projects, so I think its the projects problem. Thanks for any help. – sky1224 Sep 23 '15 at 01:15
  • And now it shows "Building XXXX:XXXX | Compiling 77 of 128 files", and stops. – sky1224 Sep 23 '15 at 01:48

1 Answers1

0

I resolved the problem. The reason was from the huge function, I have 3000+ line function, it stops compilation in release scheme. I'm so sorry for everybody.

sky1224
  • 158
  • 1
  • 9