objectbox-swift
objectbox-swift copied to clipboard
Error on compiling for Mac Catalyst
Trying to Compile my Project with Target Mac Catalyst but getting error shown below:
Does objectBox Supports Compiling for Mac Catalyst? Should I use the Manual Method described in link below? https://swift.objectbox.io/advanced/manual-installation
Error on Xcode Compile
Showing All Messages
...Pods/ObjectBox/ObjectBox.xcframework:1:1: While building for Mac Catalyst, no library for this platform was found in '/Users/q/Ed/Projects/GIT/personalscrum/Pods/ObjectBox/ObjectBox.xcframework'.
- ObjectBox version 1.7.0
- Installed via pod file
Podfile
target 'XYFramework' do
pod 'ObjectBox'
end