Trey
06/05/2024, 3:05 PMShowing Recent Messages
> Task :shared:linkPodDebugFrameworkIosArm64 FAILED
Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: shared. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
output:
Compilation failed: The /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc command returned non-zero exit code: 1.
shared.__SkieSuspendWrappersKt.Skie_Suspend__128__readBytes(dispatchReceiver: self, path: path, suspendHandler: $0)
^~~~~~
Res.
.../shared/build/skie/binaries/podDebugFramework/DEBUG/iosArm64/swift/generated/Shared/Shared.Res.swift:10:13: static member 'shared' cannot be used on instance of type 'Res'
shared.__SkieSuspendWrappersKt.Skie_Suspend__128__readBytes(dispatchReceiver: self, path: path, suspendHandler: $0)
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
.../shared/build/skie/binaries/podDebugFramework/DEBUG/iosArm64/swift/generated/Shared/Shared.Res.swift:10:20: value of type 'Res' has no member '__SkieSuspendWrappersKt'
shared.__SkieSuspendWrappersKt.Skie_Suspend__5__execute(dispatchReceiver: __kotlinObject as! shared.Ktor_utilsPipeline<Swift.AnyObject, Swift.AnyObject>, context: context as! Any, subject: subject as! Any, suspendHandler: $0)
^~~
as
.../shared/build/skie/binaries/podDebugFramework/DEBUG/iosArm64/swift/generated/KtorUtils/KtorUtils.Pipeline.swift:28:184: forced cast from 'TContext' to 'Any' always succeeds; did you mean to use 'as'?
shared.__SkieSuspendWrappersKt.Skie_Suspend__5__execute(dispatchReceiver: __kotlinObject as! shared.Ktor_utilsPipeline<Swift.AnyObject, Swift.AnyObject>, context: context as! Any, subject: subject as! Any, suspendHandler: $0)
Filip Dolník
06/05/2024, 3:07 PMshared/build/skie/binaries/podDebugFramework/DEBUG/iosArm64/swift/generated/Shared/Shared.Res.swift
file?Trey
06/05/2024, 3:09 PM// Generated by Touchlab SKIE 0.8.1
import Foundation
extension shared.Res {
@available(iOS 13, macOS 10.15, watchOS 6, tvOS 13, *)
public func readBytes(path: Swift.String) async throws -> shared.KotlinByteArray {
return try await SwiftCoroutineDispatcher.dispatch {
shared.__SkieSuspendWrappersKt.Skie_Suspend__128__readBytes(dispatchReceiver: self, path: path, suspendHandler: $0)
}
}
}
Trey
06/05/2024, 3:11 PMFilip Dolník
06/05/2024, 3:12 PMshared
Filip Dolník
06/05/2024, 3:12 PMTrey
06/05/2024, 3:13 PMFilip Dolník
06/05/2024, 3:15 PMskie {
features {
group("${fq name of the Res class}") {
SuspendInterop.Enabled(false)
}
}
}
Trey
06/05/2024, 3:15 PMTrey
06/05/2024, 3:19 PM