swift - Cannot find '.xcworkspace' after pod install -


i'm new ios developing, appreciated!

so installed cocoapods, installed pod stripe , had issues going forward. ended deleting files project, .xcworkspace, pods folder, original project, etc. wanted start on make easier , not complicate things more.

i created new .xcodeproj parse starter project. got set on heroku , went install pod stripe. did 'pod install' , said , use '.xcworkspace' going forward. figured fine. went '.xcworkspace' file , it's found on computer.

then went terminal , did 'pod install' again, i'm getting new message doesn't include 'use .xcworkspace file going forward'.

attached screenshots of terminalpodfilefiles in finder

any can stripe , running appreciated!! thank you!!

algorithm:

  1. add podfile project folder

enter image description here

podfile example:

 use_frameworks!   target 'stackoverflow-39113331'  pod 'stripe'  pod 'paymentkit'  end 
  1. in terminal go project folder

enter image description here

  1. then make pod install

enter image description here

your result folder:

enter image description here


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -