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

Method not found: 'UnityEditor.iOS.Xcode.PBXProject.RemoveBuildProperty

Discussion in 'iOS and tvOS' started by larku, Feb 4, 2016.

  1. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    Hi,

    I'm trying to build my project for iOS but I'm getting the following error:

    Error building Player: MissingMethodException: Method not found: 'UnityEditor.iOS.Xcode.PBXProject.RemoveBuildProperty'.

    I've grep'd my Assets and I have no reference to RemoveBuildProperty in my project..

    Any ideas?
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    As usual, minutes after posting I found that this was caused by having an old version of UnityEditor.iOS.Extensions.Xcode.dll in my Plugins folder. Copying the latest from my current Unity 4.7.0 fixed the issue.
     
  3. wana7262

    wana7262

    Joined:
    Jul 2, 2012
    Posts:
    103
    got the same error but dont have UnityEditor.iOS.Extensions.Xcode.dll in my pluging folder any other solution?