Posts

Post marked as solved
6 Replies
Hi John,Thanks again for testing this on your system. Knowing that it works at your side, made me thinking. I just have deleted the XCode 11 applicaton and downloaded a new one. With this new instaal the sincos issue is gone. My library is happy building again. It must have been the tool installing former SDKs that had replaced the LLVM compiler with an older version.I'm up and running again.Thanks,Rudi
Post marked as solved
6 Replies
My OS is 10.14.6, can't upgrade to Catalina yet as I have some code not running on 64 bit, working on it. What OS do you have?Did you try: "Build for profiling" with for profiling optimization settings "Fastes, Smallest"? In Debug mode it works for me, not with optimization enabled.Thanks already for your testing.
Post marked as solved
6 Replies
Yes I know. Not that important. I just needed a function with sin and cos. This is just a stupid example project. My real files are much bigger and much more complicated. Important is to find a way to get this linked with optimized compiliation.Thanks anyway for letting me know.