Laurent Michel
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Laurent Michel-
Laurent Michel commented,
You're welcome. Best, --- Laurent
-
Laurent Michel commented,
This is the default in Xcode. All applications are signed. If you want anything to install without hiccups that's the way to go. It's not particularly difficult to do and we can get around by signi...
-
Laurent Michel commented,
I did *manually* codesign with my own identity with: codesign -s <emailIdentityHere> /Library/gurobi811/mac64/lib/libgurobi81.dylib That resolved the problem for now. But the library should really...
-
Laurent Michel created a post,
Link & load on Mac (10.14.6 with Xcode 11)
AnsweredI can compile, link but the code refuses to load because the gurobi library is not codesigned apparently. Here is the error I get (It used to work fine with the previous version of Xcode that did _...