草庐IT

Invalid_Request

全部标签

ios - ERROR ITMS-9000 : invalid bundle. xyz.app 中的包不包含包可执行文件

我正在尝试将应用程序提交到应用程序商店。我收到此错误:ERRORITMS-9000:invalidbundle.thebundleatxyz.appdoesnotcontainbundleexecutable.一切都是正确的:bundleID、certificate、provisionprofile都是一样的。但仍然给我上面的错误。 最佳答案 确保您的设备未连接到计算机。然后建立你的文件。这里就是这种情况:Validatingapp,applicationismissingArchitecturearmv7

objective-c - RestKit iOS : Simple request error

我是iOS开发的新手,我目前正在使用ARC测试RestKit0.9.3foriOS和xCode4.2,我遇到了一些简单的获取请求问题。我正在学习本教程:https://github.com/RestKit/RestKit/wiki/Tutorial-%3A-Introduction-to-RestKit我尝试向TouchUpInside和UIButton上的网络服务发送一个简单的获取请求。但我收到“EXC_BAD_ACCESS”:[6373:fb03]***-[DataAccessrespondsToSelector:]:messagesenttodeallocatedinstance

ios - glTexSubImage2D -> GL_INVALID_OPERATION

为什么是glTexSubImage2D()突然导致GL_INVALID_OPERATION?我正在尝试将我过时的增强现实应用程序从iOS4.x升级到iOS5.x,但我遇到了困难。我运行的是iOS5.0。上周我运行了iOS4.3。我的设备是iPhone4。这是我的captureOutput:didOutputSampleBuffer:fromConnection:代码的片段uint8_t*baseAddress=/*pointertocamerabuffer*/GLuinttexture=/*thetexturename*/glBindTexture(GL_TEXTURE_2D,text

ios - 通过应用程序加载器提交应用程序时出现 "error itms 9000 invalid image path"错误

我已经从xcode4.6创建了xcarchive文件。在xcode4.6中,我们只需要添加4种尺寸的应用程序图标文件。但是我在xcode4.6中添加了3个额外的应用程序图标文件以支持ios7。但是当我提交应用程序时,我不断遇到错误。Apple'swebserviceoperationwasnotsuccessfulUnabletoauthenticatethepackage:580659297.itmspERRORITMS-9000:"Thisbundleisinvalid.ThevalueforkeyCFBundleVersion[042.3.1.0.b014]intheInfo.p

ios - NSInteger 乘法 : Invalid operands to binary expression

我尝试将两个NSInteger相乘,但Xcode给我一个错误:NSIntegersinglePage=((NSInteger)floor((scrollView.contentOffset.x*2.0f+pageWidth)/(pageWidth*2.0f)));NSIntegerpage=singlePage*visiblePages;错误本身:Invalidoperandstobinaryexpression('NSInteger'(aka'int')and'NSInteger*'(aka'int*'))NSIntegervisiblePages已经定义并被传递给一个方法。我认为编

ios - 上传IPA,奇怪的问题: ERROR ITMS-90032 :“Invalid Image Path - No image found at the path referenced under key ' $key': '$path'

大家好,当我尝试通过Xcode将新版本上传到iTunesConnect时出现了一个奇怪的问题。我认为是Info.plist文件的问题。信息.plist:https://docs.google.com/document/d/1Rp51VcZkP-uoUnaBwtr86EAPLLq-aN2w9f2CNrRZsBQ/edit?usp=sharing谢谢! 最佳答案 Icon-Splotlight-iOS7.pngIcon-Splotlight-iOS7@2x.png可能是Spotlight图片的拼写错误。

ios - Swift Vapor 服务器 : how to return nested dictionaries in get request?

我开始在Xcode中使用Vapor来构建一个简单的服务器来支持我的应用程序。我试图了解如何正确构建我可以在get请求中返回的JSON对象。我有以下内容:drop.get{requestinletdate:TimeInterval=Date().timeIntervalSince1970letdictionary:[String:String]=["name":"e2","age":"3"]returntryJSON(node:["time":date,"t1":"abc","t2":dictionary])}这不起作用,它告诉我“参数标签(节点:)不匹配任何可用的重载”如何构建包含字符

ios - Appcelerator 工作室通过 mac os : Invalid "--device-id"

当我尝试在Mac上的Appcelerator中运行应用程序时出现错误。在我安装XCode9.2+iOS11.2之前Appcelerator成功找到了xcode和可用的模拟器列表:执行结果:[ERROR]:Invalid"--device-id"value"15E7FD44-6368-43A3-BB93-075D4145B652"AvailableiOSSimulators:Forhelp,run:titanium.jshelpbuild另外,命令“info-tIOS”给出了关于可用iOS模拟器空列表的矛盾结果。$appctiinfo-tiOSAppceleratorCommand-Li

ios 和 coredata : NSPredicate does not work on fetch request

我有以下类(class)#import#import@interfaceBankdaten:NSManagedObject@property(nonatomic,retain)NSString*blz;@property(nonatomic,retain)NSString*name;@property(nonatomic,retain)NSString*https;@end和实现#import"Bankdaten.h"@implementationBankdaten@dynamicblz;@dynamicname;@dynamichttps;@end我检查了该对象的数据是否由核心数据正

ios - 是什么导致了 <Error> : CGContextSetBaseCTM: invalid context 0x0 when implementing loadView?

我有一个在loadView中执行此操作的ViewController:self.view=[[UIViewalloc]init];有时这会导致控制台出现以下错误::CGContextSetBaseCTM:无效上下文0x0。这是一个严重的错误。此应用程序或其使用的库正在使用无效的上下文,从而导致系统稳定性和可靠性的整体下降。此通知是礼貌的:请解决此问题。它将在即将到来的更新中成为fatalerror。如果您改为调用[superloadView],则不会发生这种情况。为什么? 最佳答案 如果您在拥有图形上下文之前尝试在图形上下文中或对图