Tagged Questions
1
vote
1answer
188 views
iphone sqlite undefined symbol errors
I am trying to learn sqlite for the iphone and am using the tutorial at this link:
http://www.techotopia.com/index.php/An_Example_SQLite_based_iPhone_Application
I created a single view application ...
0
votes
1answer
578 views
Compilation of live555 library for iOS simulator
I've compiled live555 library with
./genMakefiles iphoneos
make
for iOS device, but I can't compile that for iOS simulator.
Is anybody has any ideas how to do that?
Thanks.
0
votes
1answer
625 views
Undefined symbols for architecture i386 using protobuf
I'm trying to make an app that uses Protocol Buffers. I'm getting this error, any idea why?
Ld ...
1
vote
2answers
2k views
4
votes
1answer
250 views
App crashes on i386, works on x86_64
I tried switching architectures in my Xcode project today, because I was about to use low level QuickTime stuff that's not yet ported to 64 bit yet. When i compiled before on x86_64 my app ran just ...