o.semen
05/15/2019, 11:00 AM> Task :app:cinteropFirebaseIos UP-TO-DATE
> Task :app:linkDebugFrameworkIos
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_FIRDatabase", referenced from:
objc-class-ref in combined.o
ld: symbol(s) not found for architecture x86_64
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
> Task :app:linkDebugFrameworkIos FAILED
ilya.matveev
05/15/2019, 11:12 AMo.semen
05/15/2019, 11:12 AMo.semen
05/15/2019, 11:16 AMo.semen
05/15/2019, 12:53 PMo.semen
05/15/2019, 12:53 PMcocoapods {
// Configure fields required by CocoaPods.
summary = "Some description for a Kotlin/Native module"
homepage = "Link to a Kotlin/Native module homepage"
pod ("Firebase")
pod ("Firebase/Core")
pod ("Firebase/Database")
}
o.semen
05/15/2019, 12:54 PMpodfile
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'app' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for app
end
target 'iosApp' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for iosApp
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'app', :path => '../app'
target 'iosAppTests' do
inherit! :search_paths
# Pods for testing
end
end
o.semen
05/15/2019, 1:06 PMimport cocopods.*
does does not work for som reasono.semen
05/15/2019, 1:07 PMo.semen
05/15/2019, 1:29 PMo.semen
05/15/2019, 3:20 PMMohammadsss1
05/16/2019, 1:53 AMilya.matveev
05/16/2019, 4:49 AM