0

I am trying to submit the new version of my MobileFirst 7.0 ios app to apple store but as soon as I submit, it gives me following error:

enter image description here

I am using XCode 6.3.1 on Yosemite. I have also added my Distribution certificate and Provisioning Profile to it but it still give me the error that your code is not at all signed.

David
  • 4,665
  • 4
  • 34
  • 60
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64

1 Answers1

1

This is happening due to recent changes Apple has done.

To fix it: remove (do not delete) the buildtime.sh file from the target configuration in Xcode (in Build Phases > Copy Bundle Resources).

Read the following for more information:

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89