File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (FreeBSD)
|
![]() |
Linking issues on latest MAC OSX + Xcode - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: General (https://murlengine.com/forum/forumdisplay.php?fid=8) +--- Thread: Linking issues on latest MAC OSX + Xcode (/showthread.php?tid=246) |
Linking issues on latest MAC OSX + Xcode - shlomok - 24 Dec 2015 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? RE: Linking issues on latest MAC OSX + Xcode - shlomok - 24 Dec 2015 (24 Dec 2015, 8:48)shlomok Wrote: Dear All, RE: Linking issues on latest MAC OSX + Xcode - Andy - 28 Dec 2015 The CloudKit.framework is missing. Add the framework to a target [attachment=31] [attachment=32] Set the framework to "Optional" [attachment=33] |