Photon Cloud SDK for iOS (but not for iOS7)

Options
memfiz
edited April 2014 in Native
Hello there

I don't know if someone already told you, that libraries for iOS objC (3.2.5.3) doesn't work on iOS7. Even in demo project.

Xcode (5.1) says: "libCommon-objc_debug_iphonesimulator.a, file was built for archive which is not the architecture being linked (x86_64)" and arm64 for iPhone.

I tried to merge photon libraries with libcurl as it was mentioned here: viewtopic.php?f=8&t=2976&p=13694&hilit=libtool#p13694, but this doesn't helped.

Is there a simple way to make it work?

Thanks.

PS Objective-C Automatic Reference Counting = NO in year 2014?

Comments

  • Kaiserludi
    Options
    Hi memfiz.

    The iOS objC client libs work just fine with iOS7 and Xcode 5.1. However they do not ship with arm64 binaries yet, so for now you will have to build for armv7 and arm v7s only.

    PS:
    Much of the code has already been existing before Apple has introduced ARC and it has already been working fine. One can't mix non-ARC code with ARC code within the same project, but one can mix ARC projects with non-ARC projects. Therefor there is simply no reason for refactoring existing code to use ARC. You can happily develop your app with ARC and still use the Photon libs with it without any issue.