10

I am trying to load my application in device but i got message like shown in image. enter image description here

How can i solve it ?? I am using xCode 6.4

Tejas Patel
  • 850
  • 10
  • 26

2 Answers2

23

I am assuming you are running on device. Using a different provisioning profile solved this issue key point is to use a Developer profile rather than a Distribution profile.

Imran
  • 2,985
  • 19
  • 33
0

In my case this dialog came along in an Objective-C project using Swift pods. We debug directly the Release configuration. If this is the case what fixed my problem was to turn off optimizations of 'Swift Compiler - Code Generation' for Release: Swift Compiler - Code Generation > Optimization Level

Skulas
  • 457
  • 6
  • 6