xCode 7 error: include of non-modular header inside framework module with Google Maps

前端 未结 5 1396
遇见更好的自我
遇见更好的自我 2021-01-04 04:11

I updated to xCode 7.1 today and tried to build my app but I\'m getting this error:

I have already tried going to Build Settings under \"Target\" and set \"

5条回答
  •  时光说笑
    2021-01-04 05:02

    https://forums.developer.apple.com/thread/23554

    Just remove the header search paths in build settings. In new Xcode versions (after 7.0 I guess) you need to look for the headers by linking frameworks and not by linking header files directly.

提交回复
热议问题