User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: compilation failed in XCode 5.1 IOS 7

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    952
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    compilation failed in XCode 5.1 IOS 7

    Hi,
    When i try to make an archive, the builed failed with this issue :
    Semantic issue in ArrayList.h
    Reference to non static member function must be called

    The breakpoint is on the line :
    elements=T*calloc(capacity...
    in the block of code : template <class T> void ArrayList>t>::clear()
    Thanks for your support

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    952
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nobody ? I made some other tests beetween MMF2 (257.30) and fusion last build. Just one array in a frame. Xcode 5.1 build the MMF file with no problem. The fusion file have a problem with the arrayfile
    .h.
    This is not an architecture problem.

  3. #3
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    look at the var above it. and then change the line to m_capacity
    like this: elements = (T*)calloc(m_capacity, sizeof(T));
    There is another thread for that one as well

    See here: http://community.clickteam.com/threads/85825-I-phone-update-and-Xcode-5-1

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    952
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Perry ! this is ok ! Problem solved !

  5. #5
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,458
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    This is fixed for next release.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jan 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am also getting this error now. Also, create new Object is not working.

  7. #7
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    gballa, did you do the fix 2 posts above it ? that will fix it for now, until the new version comes out

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Sep 2009
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm testing my App on Mac for the first time. So what can I do?
    With Xcode 5.0.2 it compiled the app and runned. It was just very very slow with Iad banners not centered on the screen.
    So I downloaded the new Xcode 5.1 and now it can't even build the app for the semantic issue you are talking about.

    So how can I test my app on my iphone or Ipad? Thanks

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Sep 2009
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have tried to change to elements = (T*)calloc(m_capacity, sizeof(T)); but it doesn't work for me. It continues to say: semantic issue

  10. #10
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    do a clean project... it's working for me... once you click on the error it highlights the position that is wrong

Page 1 of 2 1 2 LastLast

Similar Threads

  1. chartboost : problem with compilation on xcode
    By arthurh in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 7th March 2014, 04:36 AM
  2. Bug de compilation iOS
    By Vantales in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 8th February 2013, 03:41 AM
  3. Compilation OsX
    By Patrice in forum iOS Export Module Version 2.0
    Replies: 10
    Last Post: 4th August 2011, 05:06 PM
  4. Compilation Bug
    By Fanotherpg in forum SWF/Flash Export Module Version 2.0
    Replies: 13
    Last Post: 5th June 2011, 10:36 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
  •