Arnie Schwarzvogel
Arnie Schwarzvogel

Reputation: 1005

Couldn't load project Pods.xcodeproject (after Stripe Pod upgrade)

Pods project cannot be opened after upgrading the Stripe iOS SDK version and running pod install

I've summarized the information in this issue already:

https://github.com/CocoaPods/CocoaPods/issues/6722

Upvotes: 2

Views: 6255

Answers (4)

CarlMc
CarlMc

Reputation: 210

I know this is an old thread but in case anyone comes across this like I did, I deleted the pod folder and reinstalled it (for react native) but my permissions were changed. The fix was to reapply read/write permissions to the pod folder and applying that to enclosed items.

Upvotes: 0

jaelee
jaelee

Reputation: 46

Try updating a single pod. It should overwrite the older Pod project file. Worked for me.

Upvotes: 1

chengsam
chengsam

Reputation: 7405

Try restarting Xcode, it worked for me.

Upvotes: 1

hpar
hpar

Reputation: 738

It's impossible to say what's going on here without seeing some Xcode errors. After upgrading what errors are you seeing, etc? Stripe support can help with this kind of question directly: https://support.stripe.com/email/login

Upvotes: -1

Related Questions