Search Unity

Adding frameworks to the Plugin Inspector?

Discussion in 'Editor & General Support' started by aheidorn, Mar 5, 2015.

  1. aheidorn

    aheidorn

    Joined:
    Jan 17, 2013
    Posts:
    13
    I've installed Unity 5 and am updating some projects that use multiple-platform native plugins, which seems to be working pretty well. One plugin (.a file), however, requires CoreAudioKit.framework fir iOS8 which is not included in the list of frameworks in 'Framework dependencies', 'Default frameworks', or 'Rarely used frameworks'.

    Is there a way to add frameworks to these lists? I took a look inside the Unity application package, but nothing obvious popped out. I also experimented with adding '-framework CoreAudioKit' to the 'Compile flags' box without much success.