我已经添加GoogleService-Info.plist
到ios\Runner
使用XCode。
我创建了这个Podfile
platform :ios, '10.0'
target 'Runner' do
#use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Analytics'
end
pubspec.yaml有
firebase_core: ^1.0.2
firebase_analytics: ^7.1.1
在https://codemagic.io/上仍然会出现此错误
Xcode's output:
/Users/builder/clone/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'firebase_analytics' not found
@import firebase_analytics;
谢谢!!