Skip to content

Commit

Permalink
Merge pull request #45 from p-x9/fix/error-xcode-preview
Browse files Browse the repository at this point in the history
Fix build error on xcode preview
  • Loading branch information
p-x9 authored Oct 17, 2024
2 parents b60794c + 07ee23c commit 2f6b531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

#if canImport(ObjectAssociation)
#if !canImport(ObjectiveC) && canImport(ObjectAssociation)

import ObjectAssociation

Expand Down

0 comments on commit 2f6b531

Please sign in to comment.