79327014

Date: 2025-01-03 16:13:50
Score: 0.5
Natty:
Report link

This can happen due to restrictive file permissions or macOS security policies.

sudo chmod -R 755 /Users/nicolassaade/Desktop/file_tree/projects/TikTok_Parser/FrontEnd/ios/DerivedData

Also, Grant access to Info.plist and other files explicitly if needed

sudo chmod 644 /Users/nicolassaade/Desktop/file_tree/projects/TikTok_Parser/FrontEnd/ios/DerivedData/.../Info.plist

Clean Derived Data

rm -rf ~/Library/Developer/Xcode/DerivedData

Open Xcode, go to the Build Settings tab.

Set CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES to YES.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahsan Alamgir