在构建应用程序时出现此错误
Main.storybord: Internal error. Please file a bug at bugreport.apple.com and attach "/var/folders/v5/4tnjcvds103g1y3tf1mnfv680000gn/T/IB-agent-diagnostics_2015-10-30_11-30-47_678000".
Run Code Online (Sandbox Code Playgroud)
和
LaunchScreen.storyboard: Internal error. Please file a bug at bugreport.apple.com and attach all crash logs from ~/Library/Logs/DiagnosticReports.
Run Code Online (Sandbox Code Playgroud)
完成所有事情清理项目,退出Xcode几次并重新启动系统,仍然出现错误.
有人得到解决方案请帮帮我吗?
我尝试从照片库中获取两个日期范围内的图像.
首先,我在字典表格中逐个获取照片库图像的信息,并使用键选择每个图像日期,并使用if条件将该日期与两个日期进行比较.
如果该图像的日期位于两个日期之间,我将该图像插入到数组中.
我正在保存数组中的图像,因为我想在集合视图中显示它们.
虽然它在模拟器上运行,但由于内存问题,它无法在真实设备上运行.
我认为真实设备照片库中有大量图像,这就是为什么会出现内存问题.
我怎么解决这个问题?