I turned on system diagnostics on my macOS-10.14 c...
# multiplatform
s
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
frameworks are directories
as are apps
s
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.