https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Sylvain Patenaude

11/08/2019, 4:57 PM
I turned on system diagnostics on my macOS-10.14 cloud agent and by looking at the generated build files, I noticed that the following outputs were identified as directories rather than files: - .../build/bin/ios/debugFramework/MySDK.framework (directory) - .../build/bin/ios/releaseFramework/MySDK.framework (directory) Any idea?
k

Kris Wong

11/08/2019, 5:02 PM
frameworks are directories
as are apps
s

Sylvain Patenaude

11/08/2019, 7:17 PM
Indeed, I double-check with the toy project I had on a side computer (Mac) and, sure enough, it's a directory. In some examples I saw on the web, they said it was a file so that had stuck in my mind. As long as the .framework folder is importable/consume-ready for an iOS mobile app, it's all good I guess.
2 Views