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

ios crash #214

Open
vigyanhoon opened this issue Mar 24, 2017 · 1 comment · May be fixed by #218
Open

ios crash #214

vigyanhoon opened this issue Mar 24, 2017 · 1 comment · May be fixed by #218

Comments

@vigyanhoon
Copy link

Hi,

I am getting a crash on iOS.

I have added following lines in config.xml

I did ionic state reset and then ionic build ios.

I opened xcworkspace and project had following error:
“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

I manually selected yes to Use Legacy Language Version in xcode build settings, which allowed me to install app on device. However after opening the app, following error causes crash:

screen shot 2017-03-24 at 1 28 38 pm

@vigyanhoon
Copy link
Author

sqlite3_column_decltype(pStmt, i) is returning nil causing error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=2, address=0xe4708).
The process has been returned to the state before expression evaluation

@vigyanhoon vigyanhoon linked a pull request Apr 6, 2017 that will close this issue
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 a pull request may close this issue.

1 participant