小编Mac*_*Mac的帖子

Xcode 3.1.1中的"Cocoa Touch Application"模板

刚安装了适用于iPhone 2.1的最新SDK.当我转到Xcode中的File - > New Project时,在iPhone OS Application选项下,我没有看到"Cocoa Touch Application"的模板图标.我错过了什么吗?除iPhone SDK之外我还需要下载什么?如果没有,我如何将其添加到"iPhone OS应用程序"模板?

iphone xcode cocoa-touch xcode-template

5
推荐指数
1
解决办法
4912
查看次数

在ASP.NET中动态生成Excel文档时,"许可证已过期"错误

任何熟悉下面错误的人?当我运行我的webapp从我的本地机器生成一个动态excel文档时,它工作正常但是当在服务器上调用相同的代码时,我得到以下错误.它似乎是一个权限问题,因为它可以在我的机器上工作,但不是服务器,但我不知道从哪里开始以查明问题.非常感谢任何指导/帮助!

Server Error in '/' Application.
--------------------------------------------------------------------------------

This command is unavailable because the license to use this application has expired. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: This command is unavailable because the license to use this application has expired.

Source Error: 

An unhandled exception was generated during the execution of the current …
Run Code Online (Sandbox Code Playgroud)

asp.net excel comexception

5
推荐指数
2
解决办法
3920
查看次数

Google API 的商业用途

这个问题可能更适合软件商业论坛,但尽管我在那里发表了帖子,我仍然无法确定以下问题:我可以使用 Google API 来构建商业软件吗?如果不是的话, Byline背后的人怎么能对他们的应用程序收费呢?

更新:我对 Google 的 Picasa 和 Reader API 特别感兴趣

picasa google-reader commercial-application google-cloud-platform google-cloud-billing

5
推荐指数
1
解决办法
6685
查看次数

如何使用CodeRunner编译SecureUDID

我想在我可以在我的Xcode项目中使用之前,尝试使用SecureUDID快速测试我会得到什么样的结果.在这种情况下,我正在使用CodeRunner,但我从未在Xcode之外编译obj-c代码.我使用了CodeRunner为Obj-c文件提供的默认编译标志时附加了我得到的错误.我已经尝试了从这个问题的答案中获得灵感的编译标志选项,但仍然得到了基本相同的错误.我应该使用哪些编译标志?有没有什么好的资源可以学习如何在Xcode之外编译obj-c?请帮忙谢谢!

在此输入图像描述

更新:看起来我需要将UIKit和其他人添加到编译标志中吗?

在此输入图像描述

objective-c ios coderunner

1
推荐指数
1
解决办法
1442
查看次数