https://kotlinlang.org logo
r

rocketraman

09/12/2022, 9:44 PM
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

shahroz

10/28/2022, 11:11 AM
@rocketraman any luck here? facing same even though i have
Copy code
isStatic = false
r

rocketraman

10/28/2022, 4:07 PM
Nope unfortunately. I didn't have much time to figure it out.
4 Views