Kodeco Forums

SQLite Tutorial for iOS: Making Our App

A beginner SQLite tutorial series on using SQLite for iOS. This part focuses on making an app that uses a SQLite database.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3136-sqlite-tutorial-for-ios-making-our-app

I am try to run this app but there is signal SIBGART issue in main.m

#import <UIKit/UIKit.h>

int main(int argc, char *argv[]) {

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil); // at this line thread signal SIBGART
[pool release];
return retVal;

}

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]