U3DXT : xcode fails to compile with unity 4.6.7

The xcode project generated with Unity 4.6.7 failed to compile; it is missing frameworks and libraries.

How do I get access to mod_pbxproj.py & post_process.py? so I can fix the problem.

I can fix the project manually but is a pain.

thanks,

Here’s what I need to fix to get the project.pbxproj file to compile and link.

  • update to Unity 4.6.7 (>4.6.2)
  • update to U3DXT 1.7.1.2 (64 bit support)

Unity Player Settings

  • check unity player setting graphics API : Automatic
  • check unity version : 4.6.7
  • check scripting backend : IL2CPP

Xcode .xcodeproj

  • Build Settings → Architectures → ARCH = Standard Architectures

  • add missing U3DXT iOS Libraries
    ** core
    ** coreextra
    ** social

  • add missing iOS frameworks
    ** assets library
    ** mobile core services
    ** security
    ** messageUI
    ** social
    ** twitter