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'.
any can stripe , running appreciated!! thank you!!
algorithm:
- add podfile project folder
podfile example:
use_frameworks! target 'stackoverflow-39113331' pod 'stripe' pod 'paymentkit' end
- in terminal go project folder
- then make pod install
your result folder:
Comments
Post a Comment