objectbox-swift icon indicating copy to clipboard operation
objectbox-swift copied to clipboard

Error on compiling for Mac Catalyst

Open ussu99 opened this issue 3 years ago • 0 comments

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

ussu99 avatar Apr 24 '22 19:04 ussu99