Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Cloud Build Fails to Link Prime31 tools - iOS / Unity 5

Discussion in 'Unity Build Automation' started by Enkiduouo, Mar 11, 2015.

  1. Enkiduouo

    Enkiduouo

    Joined:
    Mar 7, 2015
    Posts:
    13
    In the process of upgrading a major project to unity 5, almost all is well.
    Unity cloud build throws a linker error when trying to link prime31 plugins.
    Compiles and executes cleanly via xcode.
    I marked each as -fno-objc-arc

    Relevant excerpts from unity cloud build :
     

    Attached Files:

  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    743
    Projects using store kit - used in Prime31 - and similar frameworks require a post build step to add the proper linker flags. Please check the Native Library Demo on how to use post process steps.
     
    hypeNate likes this.
  3. Enkiduouo

    Enkiduouo

    Joined:
    Mar 7, 2015
    Posts:
    13
    Thanks, had the post process setup functioning - but somewhere along the line the storekit package hadn't been marked to be included on iOS.
     
    David-Berger likes this.