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,147
  • 2
  • 35
  • 55
Prerak Tiwari
  • 3,341
  • 4
  • 32
  • 62

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
  • 43,723
  • 10
  • 47
  • 88