UCB - Vungle iOS Plugin - Linker Error

Is this iOS build error because post processors are not supported on Pro accounts?

31: [xcode] ld: warning: directory not found for option '-F"/BUILD_PATH/BVR_TEMP_DIR/d20150331-4247-19cfn38/../../../../../../UNITY_PATH/workspace/BVR_TEMP_DIR/d20150331-4247-19cfn38/Assets/Editor/Vungle/VungleSDK" ""'
32: [xcode] clang: error: linker command failed with exit code 1 (use -v to see invocation)
33: [xcode] ** BUILD FAILED **
34: ! build of 'default-ios' failed. compile failed

If so, does this mean no 3rd party Unity plugins are supported without paying $100 a month for UCB Studio?

Post build attributes action work properly in all tiers. Pre export methos only work in Studio/Enterprise tiers. Per platform defined post export methods work only in Studio/Enterprise tiers, so if you want to differentiate between platforms in other tiers you need to setup the post build attributes in a way to use preprocessor defines.

The linker tries to access some folder which might not exists or the access rights are not sufficient. You might have a look into the post process what it tries to do.

Does this help? :slight_smile: