Open pedromopi opened 9 months ago
https://github.com/LuzProject/luz/blob/1f9e952e38482b07665e1e0a1ae14022979dd9e0/luz/config/components/module.py#L14
Running the code without any modifications would trigger the error "ld: framework not found preferences." The issue was resolved by replacing the original code with the following:
"preferences": {"frameworks": ["Foundation", "CoreFoundation"], "private_frameworks": ["Preferences"], "libraries": ["System"]}
This modification effectively addressed and fixed the problem.
https://github.com/LuzProject/luz/blob/1f9e952e38482b07665e1e0a1ae14022979dd9e0/luz/config/components/module.py#L14
Running the code without any modifications would trigger the error "ld: framework not found preferences." The issue was resolved by replacing the original code with the following:
"preferences": {"frameworks": ["Foundation", "CoreFoundation"], "private_frameworks": ["Preferences"], "libraries": ["System"]}
This modification effectively addressed and fixed the problem.