can't map file, errno=22 for architecture x86_64

前端 未结 1 926
一个人的身影
一个人的身影 2021-02-06 00:21

I\'m having a compilation issue

Ld /Users/ppdeveloper/Library/Developer/Xcode/DerivedData/RemoteDesktop-fqnrzezhilkdilddgkfsepetkons/Build/Products/Debug/RemoteD         


        
1条回答
  •  时光说笑
    2021-02-06 01:18

    I have no idea where the item /Users/ppdeveloper/Desktop/app/RemoteDesktop/RemoteDesktop/include comes from in your compile/link options, but it looks like a directory, so it’s probably missing a preceeding -I to state that you search in this directory.

    If the linker tries to load this directory as a file, it sees an EINVAL aka errno 22.

    0 讨论(0)
提交回复
热议问题