Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler error by adding 'try!' #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevebroshar
Copy link

Master branch does not compile due to build error:

Swift Compiler Error (Xcode): Call can throw, but it is not marked with 'try' and the error is not handled
/Users/stevebroshar/code/tremor_poc_app/ios/Pods/MetaWear/MetaWear/DFU/FirmwareBuild.swift:88:35
Swift Compiler Error (Xcode): Call can throw, but it is not marked with 'try' and the error is not handled
/Users/stevebroshar/code/tremor_poc_app/ios/Pods/MetaWear/MetaWear/DFU/FirmwareBuild.swift:90:35

This change adds 'try!' to eliminate this error. Honestly, I don't know whether this is a good way to fix. But, it's surely better to compile than to not.

Fix compiler error by adding 'try!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant