Official Murl Engine Forum

Full Version: Linking issues on latest MAC OSX + Xcode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All,
I am breaking my head with trying to run any of the examples on OSX.

The platform itself build successfully, but the examples fail with the attached error.

Has anyone successfully compiled an linked an example on OSX?
(24 Dec 2015, 8:48)shlomok Wrote: [ -> ]Dear All,
I am breaking my head with trying to run any of the examples on OSX.

The platform itself build successfully, but the examples fail with the attached error.

Has anyone successfully compiled an linked an example on OSX?
The CloudKit.framework is missing.

Add the framework to a target
[attachment=31]
[attachment=32]

Set the framework to "Optional"
[attachment=33]