Opening import file for module 'Swift' Permission denied

前端 未结 6 648

I\'m a newbie at working in Xcode and swift. I was working on a iOS project on my macbook (while on holiday), and i\'ve been using github version control, i\'ve now returned

6条回答
  •  失恋的感觉
    2020-12-19 09:54

    SO i figured out what was causing this issue. It was the 'Search Paths' under 'Build Settings' that was looking in the wrong location for my frameworks. Similar to the Apple Mach-O linker error fix

    It was searching my for the frameworks on my macbook pro, I deleted the 'Framework Search Path' and then re-added my Parse.framework, Bolts.framework and FBSDKCoreKit.framework.

    The project now builds and runs just as it should without any issues.

提交回复
热议问题