Nick Williams
05/03/2020, 6:37 PMiosTest
target? Im getting an error ld: framework not found FirebaseCore
in the task linkDebugTestIos
Dominaezzz
05/03/2020, 6:48 PM-L/folder/where/framework/is/on/your/system
Nick Williams
05/03/2020, 6:48 PMDominaezzz
05/03/2020, 6:49 PM-framework FirebaseCore
Nick Williams
05/03/2020, 6:52 PMDominaezzz
05/03/2020, 6:53 PMNick Williams
05/03/2020, 6:53 PMNick Williams
05/03/2020, 6:54 PMDominaezzz
05/03/2020, 6:54 PMlinkerOpts
in gradle, for Windows, Linux, etc it's in the executable
block.Nick Williams
05/03/2020, 6:55 PMDominaezzz
05/03/2020, 6:55 PMNick Williams
05/03/2020, 7:01 PMbinaries {
getTest("DEBUG").apply {
linkerOpts("-F$projectDir/../build/FirebaseAnalytics/FirebaseCore")
}
}
Dominaezzz
05/03/2020, 7:14 PM-F
instead of -L
basher
05/03/2020, 7:24 PM$buildDir
instead of $projectDir/../build
Nick Williams
05/03/2020, 7:29 PMNick Williams
05/03/2020, 7:29 PMDominaezzz
05/03/2020, 7:30 PMrootProject.buildDir
. The other just seems a bit.... bare.Nick Williams
05/03/2020, 7:55 PMNick Williams
05/03/2020, 8:34 PMbinaries {...}
in sourceSets
instead of kotlin
🤭, thanks both for your help!Yaniv Sosnovsky
08/20/2021, 1:30 PMNick Williams
08/20/2021, 1:32 PMYaniv Sosnovsky
08/20/2021, 1:33 PMYaniv Sosnovsky
08/20/2021, 2:05 PMDominaezzz
08/20/2021, 2:32 PMfind
to find the framework.