Closed GoogleCodeExporter closed 9 years ago
New info from my programmer: he had been "precompiling" this library and
including it. When he "fresh compiled" the source code from this library for
each individual app, the problem went away. It is slower, but we think it will
works.
This does not address whatever the real problem is, but hopefully it will keep
someone from pulling an all-nighter to get apps released.
Original comment by Peter.O...@gmail.com
on 17 Jul 2010 at 4:00
Thanks for the new information.
It sounds like an inconsistent set of build settings between the library and
the apps.
Original comment by gregrobbins
on 17 Jul 2010 at 5:37
I had one user with the same issue. I am changing build settings now and
resubmitting to Apple. I will post back when I find out if it works for the
user.
Original comment by des...@gmail.com
on 17 Jul 2010 at 5:40
I found a solution in my case.
Open GData.xcodeproj file.
then set "Info >> Build >> Architectures >> Standard (armv6 armv7)"
and rebuild your project.
Original comment by allt...@gmail.com
on 20 Jul 2010 at 9:26
This does seem to solve the problem. My programmer figured out the release
build and the dev build are (or at least were) different for this project.
Thus unless it is changed by the user, they are likely to encounter the same
issue: testing/development will be fine, but the released app will fail.
Original comment by Peter.O...@gmail.com
on 20 Jul 2010 at 10:18
Worked for me as well. I just matched BaseSDK and deployment target settings
for all projects involved and it seems to work so far.
Original comment by des...@gmail.com
on 20 Jul 2010 at 10:26
Original issue reported on code.google.com by
Peter.O...@gmail.com
on 16 Jul 2010 at 4:38