-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
  • 307,833
  • 40
  • 508
  • 550

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
  • 727
  • 10
  • 27