I am trying to compile project in xcode using the latest Chartboost in new Unity 5.0
I've got error:
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:53:12: ARC forbids explicit message send of 'dealloc'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:97:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity
Project/Assets/Plugins/iOS/ChartBoostManager.mm:97:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:128:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:128:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:142:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:142:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:216:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:216:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:247:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:247:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:266:91: ARC forbids explicit message send of 'autorelease'
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostManager.mm:266:91: 'autorelease' is unavailable: not available in automatic reference counting mode
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:110:12: Cast of Objective-C pointer type 'CBInPlay *' to C pointer type 'void *' requires a bridged cast
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:115:27: Cast of C pointer type 'const void *' to Objective-C pointer type 'CBInPlay *' requires a bridged cast
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:121:27: Cast of C pointer type 'const void *' to Objective-C pointer type 'CBInPlay *' requires a bridged cast
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:127:27: Cast of C pointer type 'const void *' to Objective-C pointer type 'CBInPlay *' requires a bridged cast
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:133:27: Cast of C pointer type 'const void *' to Objective-C pointer type 'CBInPlay *' requires a bridged cast
/Users/Leszek/Downloads/testowo/New Unity Project/Assets/Plugins/iOS/ChartBoostBinding.m:139:27: Cast of C pointer type 'const void *' to Objective-C pointer type 'CBInPlay *' requires a bridged cast
Has anyone solved this problem?
↧