Fscalendar: demo运行不起来

Created on 7 Dec 2020  ·  5Comments  ·  Source: WenchaoD/FSCalendar

demo运行不起来
报错信息为
无法安装“FSCalendarExample”
请稍后再试。
Failed to load Info.plist from bundle at path /Users/fly/Library/Developer/CoreSimulator/Devices/650A35AA-69CD-4627-93DF-F2D5BD9C69E0/data/Library/Caches/com.apple.mobile.installd.staging/temp.iw5DTq/extracted/FSCalendarExample.app/Frameworks/FSCalendar.framework; Extra info about Info.plist: Couldn't stat /Users/fly/Library/Developer/CoreSimulator/Devices/650A35AA-69CD-4627-93DF-F2D5BD9C69E0/data/Library/Caches/com.apple.mobile.installd.staging/temp.iw5DTq/extracted/FSCalendarExample.app/Frameworks/FSCalendar.framework/Info.plist: No such file or directory

Most helpful comment

我找到原因了,缺少info.plist,你可以去FSCalendar target的build setting里面添加入下图所示
info.plist File添加 $(SRCROOT)/info.plist就可以跑起来了。
image

All 5 comments

I also reported the same error. There is no Info.plist file in the Framework after Carthage

我找到原因了,缺少info.plist,你可以去FSCalendar target的build setting里面添加入下图所示
info.plist File添加 $(SRCROOT)/info.plist就可以跑起来了。
image

可以提个PR吗?

我找到原因了,缺少info.plist,你可以去FSCalendar target的build setting里面添加入下图所示
info.plist File添加 $(SRCROOT)/info.plist就可以跑起来了。
image

thanks , it works

Fixed

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kunass2 picture kunass2  ·  4Comments

iHamzaaK picture iHamzaaK  ·  5Comments

csimmons0 picture csimmons0  ·  4Comments

ghost picture ghost  ·  5Comments

thaoth58 picture thaoth58  ·  3Comments