objectbox-swift
objectbox-swift copied to clipboard
how to unistall objectbox-swift from project
If you installed as recommended via a pod (CocoaPods), then based on a quick Google search it should be enough to remove the pod 'ObjectBox' line from your Podfile and run pod install again.
Let me know if that doesn't work.
Full instructions:
Remove the pod 'ObjectBox' line from your Podfile and run pod install again.
Revert the changes made to the Xcode project by the setup.rb script:
- Remove the group containing the files generated by ObjectBox.
- Remove the build phase related to ObjectBox (prefixed by
[OBX]).