User Tag List

Results 1 to 9 of 9

Thread: [BUG] Architecture is not being set properly in xcode

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    [BUG] Architecture is not being set properly in xcode

    Sorry if this is not a bug, but I was getting a lot of errors trying to export to ipad 2 today. In Xcode, I found that the Valid Architectures field was being set to armv6 and armv7 but the Architectures field was being set to armv7 and armv7s. This causes the ipad2 to spit out an error message when trying to run on device saying "This device does not support the current architecture."

    If I manually change both field to have armv6, armv7 and armv7s the app will run on device. But I think the fields should be filled in that way automatically.

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    This should be fixed in the latest beta. Which version are you using?

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Latest beta version Unicode 256.22. Please say the Unicode runtime is keeping pace with the normal beta.

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    Are you sure this version is installed? Does it display 256.22 in the About box of the Unicode version? I've just tried it, that seems OK, it saves either:

    ARCHS = "$(ARCHS_STANDARD_32_BIT) armv6";
    VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT) armv6";

    or

    ARCHS = "$(ARCHS_STANDARD_32_BIT)";
    VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)";

    no armv7 anymore.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    What version Xcode and the iOS SDK are you using?

  6. #6
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Francois: Xcode is the most recent 4.5.1 and it is the latest ios sdk 6.0. These problems only started when I was forced to update to latest versions of both (I just bought a new macbook pro).

    Yves: I am running unicode 256.22

  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    Are you sure you rebuild a project and not only an application? Because there is absolutely no armv7 anymore in projects saved with the build 256.22...

  8. #8
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    I rebuilt the project zip file. The problem I had was that the default architecture would not run on my ipad2. The moment xcode tries to run on my device, it displays a message "This device does not support the current architecture."

    When I changed the architecture manually to read "armv6 armv7 armv7s" my app was able to run on device.

    Any idea what might be happening?

    EDIT: Added a screenshot so you can see what the project looks like in xcode from a fresh project build (using unicode 256.22). I need both lines to read "armv6, armv7, armv7s" for it to run on ipad2.

    Screen-Shot-2012-10-12-at-10.03.jpg

  9. #9
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Ok. I wiped my MMF application directory in Windows and did a complete reinstall of MMF and all exporters. Now the architecture is being set properly. Sorry for all the hassle.

    Reg

Similar Threads

  1. Unsupported architecture: armv7s (Beta 6)
    By DistantJ in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 4th November 2012, 01:09 PM
  2. Objects won't stick properly
    By sumgai in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 31st July 2012, 08:43 PM
  3. I can't spread values properly
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 18th January 2012, 06:54 PM
  4. Words not bouncing properly?
    By vesperillo in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 5th April 2010, 05:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •