-5

unable to install xcode project in real device

Sir After installing pods for Firebase my xcode application is not installing on the ipad but running well in suimulator. I am getting 'no code signature found' popup error in xcode. Pls help

I have tried on/Off xcode and ipad after uninsall previous app.

In my project I have main project, .xcodeproj file, Podfile file, Pods, Podfile.lock file & .xcworkspace file.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

1

Here are a few steps you can follow:

  • Remove all data in ~/Library/Developer/Xcode/DerivedData
  • Run pod deintegrate.
  • Remove your .xcworkspace if it was created by cocoapods.
  • Run pod install or update
Len_X
  • 825
  • 11
  • 29