Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.62k stars 600 forks source link

DatabaseBridge.swift - Expression pattern of type 'String' cannot match values of type 'String?' #91

Closed WillDent closed 6 years ago

WillDent commented 6 years ago

Build works fine on Android, just on iOS having this issue. Tried inside of Xcode and from command line.

Xcode version: 9.2 (9C40b)

"dependencies": { "@nozbe/watermelondb": "^0.6.0", "@nozbe/with-observables": "^1.0.0", "jsc-android": "224109.x.x", "react": "16.5.1", "react-native": "0.57.1", "react-native-prompt-android": "^0.3.3", "react-navigation": "^2.12.1" },

screen shot 2018-10-12 at 1 07 38 pm

radex commented 6 years ago

Try on Xcode 9.4 or later

radex commented 6 years ago

no response