blitzbasic
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version:
10.283
Logfile:
EN
,
DE
Home
Help
Search
Blogs
Login
Register
GLBasic forum
»
Main forum
»
GLBasic - en
»
Take care with Xcode 4.2 or greater and iOS 3.x deployment!
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Take care with Xcode 4.2 or greater and iOS 3.x deployment! (Read 149 times)
Dark Schneider
Mr. Polyvector
Posts: 128
Take care with Xcode 4.2 or greater and iOS 3.x deployment!
«
on:
2012-Aug-09 »
If you use the latest Xcode and want that your app works on 3.x devices, you should read
http://stackoverflow.com/questions/4198676/warning-iphone-apps-should-include-an-armv6-architecture-even-with-build-config
and
http://theunemployedprogrammer.blogspot.com.es/2011/11/dyld-symbol-not-found.html
(ignore de comment).
So you have to set manually the armv6 in architectures (project settings) and add '-weak_library /usr/lib/libSystem.B.dylib' to Build Settings->Linking->Other Link Flags.
The problem is that it doesn't warn you at compile time, it compiles fine (so happily), but is in
runtime
when it crashes. So be careful.
Logged
Marmor
Prof. Inline
Posts: 581
Re: Take care with Xcode 4.2 or greater and iOS 3.x deployment!
«
Reply #1 on:
2012-Aug-09 »
graet find thx
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Main forum
»
GLBasic - en
»
Take care with Xcode 4.2 or greater and iOS 3.x deployment!