You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: