Markus Junginger
Markus Junginger
We've enabled bitcode for the Swift parts in 1.5.0-rc (not really tested at this point), not sure if that already helps someone?
@emanuellupu Thanks for the update. Not sure what it means though... Did the Veracode scanner include ObjectBox in some static analysis? Are there any results you can share with us?...
@emanuellupu Thanks for the clarification; good to know! :+1:
> Upgrade Objectbox following https://swift.objectbox.io/install So, you did the following? ``` pod repo update pod update ObjectBox Pods/ObjectBox/setup.rb ``` Can you paste the output of running setup.rb, please?
Can you please try what is suggested here: `# add this parameter to make entities exportable: --visibility public` To do this you have to locate the script in the Xcode...
 This doesn't look quite right yet?
There is a proposal here: https://forums.swift.org/t/pitch-support-for-binary-dependencies/27620/90 If you find a better way of "tracking" Apple's progress for this, please post here. Can we work around those limitations some how? E.g....
This small WWDC 2020 video "Distribute binary frameworks as Swift packages" might be helpful: https://developer.apple.com/videos/play/wwdc2020/10147
I guess setting up an XCFramework and enabling .swiftinterface would be a prerequisite. Would be also useful to Carthage; see https://github.com/Carthage/Carthage/issues/2887#issuecomment-651664143.
@ratranqu Cool. Thanks for pushing this! Seems like we have 3 topics here: 1. Reorganizing the repo is not trivial for us, as there are some interdependent things at our...