Are there any tricks to getting Previews to work i...
# multiplatform
r
Are there any tricks to getting Previews to work in XCode (13.2.1) with a Kotlin shared lib? All I see is "Command CompileSwiftSources failed with a nonzero exit code" with no root cause as far as I can tell.
I'm assuming this is related to the Kotlin shared lib but TBH I've never used XCode previews before so I could be doing something else incorrectly...
Leads to other errors:
ld: framework not found FirebaseAuth
s
@rocketraman any luck here? facing same even though i have
Copy code
isStatic = false
r
Nope unfortunately. I didn't have much time to figure it out.