Skip to content

Commit

Permalink
Move UserSetting file to work around a strange build error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBennet committed Jan 27, 2019
1 parent 1add927 commit 17bdee8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import Foundation

// FUTURE:
// Compile fails in Release mode if this file is located in ReadingList_Foundation, with errors like:
// Undefined symbols for architecture armv7
// > Symbol: protocol witness table for Swift.Bool : ReadingList_Foundation.DefaultsStorable in ReadingList_Foundation

/** Storable by this framework */
public protocol UserSettingType { }

Expand Down

0 comments on commit 17bdee8

Please sign in to comment.