## エラー
ビルド時のAnalyticsエラーを解決したい。【Firebase】解決のため、
PodFile
にてpod 'Firebase/Auth', '6.1.0'
をいじったのち、
以下のエラーが出てしまいました。
('6.1.0'
を消して、pod update
, 解決しなかったので'6.1.0'
を再記述しpod update
をすると、以下のエラーが出るように..)
error
1No type or protocol named 'STPSourceProtocol'
## コード
swift
1// 2// STPPaymentResult.m 3// Stripe 4// 5// Created by Jack Flintermann on 1/15/16. 6// Copyright © 2016 Stripe, Inc. All rights reserved. 7// 8 9#import "STPPaymentResult.h" 10 11@interface STPPaymentResult() 12@property (nonatomic) id<STPSourceProtocol> source; // エラー 13@end 14 15@implementation STPPaymentResult 16 17- (nonnull instancetype)initWithSource:(id<STPSourceProtocol>)source { 18 self = [super init]; 19 if (self) { 20 _source = source; 21 } 22 return self; 23} 24@end 25
## 参考サイト
質問は以上です。
お時間あるときに、ご返信頂けましたら幸いです????
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。