-
Describe the bug To Reproduce
Expected behavior Screenshots Desktop (please complete the following information):
Smartphone (please complete the following information): Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
It seemes old version of HaishinKit. 6d177ae Is it 1.2.0 above? |
Beta Was this translation helpful? Give feedback.
-
You are right. Is HaishinKit supporting Mac Catalyst? Also getting: |
Beta Was this translation helpful? Give feedback.
-
Yes. My computer works fine. |
Beta Was this translation helpful? Give feedback.
-
/HaishinKit.swift/Carthage/Build/Logboard.xcframework:1:1: While building for Mac Catalyst, no library for this platform was found in 'HaishinKit.swift/Carthage/Build/Logboard.xcframework'. Seems like carthage doesn't build Logboard for Catalyst any ideas? |
Beta Was this translation helpful? Give feedback.
-
What is your version of Carthage? Looks like it's not official support in carthage yet Carthage/Carthage#3235 I run: |
Beta Was this translation helpful? Give feedback.
-
With carthage 0.39.0 getting this error in logboard: /Users/mac/Sites/HaishinKit.swift/Carthage/Checkouts/Logboard/Logboard.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 13.3.99. (in target 'Logboard macOS' from project 'Logboard') The following build commands failed: |
Beta Was this translation helpful? Give feedback.
-
Try a little harder, it seems that I can make it work. #1188 |
Beta Was this translation helpful? Give feedback.
/HaishinKit.swift/Carthage/Build/Logboard.xcframework:1:1: While building for Mac Catalyst, no library for this platform was found in 'HaishinKit.swift/Carthage/Build/Logboard.xcframework'.
Seems like carthage doesn't build Logboard for Catalyst any ideas?
Thanks