x


iphone storage problem about sqlite on unity

Do you know, how can we storage game datas (database or anything) ? we dont want use userprefs because we need any database or any webstorage

last time we used to monosqlite for iphone game but it has bugs when u try to run game on xcode...

i got 2 error about this with monosqlite:

first error has come when run to game on xcode after we select build ios option on unity

the error is: (IN XCODE)

**Undefined symbols for architecture armv7: "_ExecuteVoidQuery", referenced from: Z19RegisterMonoModulesv in RegisterMonoModules.o "ExecuteFreeQuery", referenced from: _Z19RegisterMonoModulesv in RegisterMonoModules.o ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)**

secont error has come when clict to build option on unity after select non ios build in monosqlite menu and error is: (IN UNITY3D)

------------------------------------------------------------------------------------- system.data.dll not found system.configure.dll not found

sqlite3.dll s not found

any idea what can we do for this? what can we use for storage data ? TX...

more ▼

asked Aug 08 '12 at 10:09 AM

carpediem23 gravatar image

carpediem23
1 2 4

(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2013
x683
x240

asked: Aug 08 '12 at 10:09 AM

Seen: 352 times

Last Updated: Aug 08 '12 at 10:09 AM