小编HEL*_*LLO的帖子

没有为URL方案注册的处理程序itms-apps - Rate按钮模拟器

我正在为iPad Pro制作RATE按钮.点击Rate按钮时,调试区域显示......

LaunchServices:错误:URL方案itms-apps没有注册处理程序

-(IBAction)RateButton:(id)sender{

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.apple.com/app/id12345678"]];

}
Run Code Online (Sandbox Code Playgroud)

当我在代码中出现URL时,为什么我得到"没有注册URL方案的处理程序"错误?

debugging xcode rate ipad ios

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

如何在Xcode中加速iPhone模拟器

我正在使用Xcode 7.2.当我在设备上构建/运行我的应用程序时,所有对象和图像都按照我在代码中设置的速度移动,一切都快速移动.但是,在Xcode的iPhone模拟器上,一切都进展缓慢.我没有iPhone 6Plus设备,因此在模拟器中使用缓慢移动的应用程序时,我很难确定对象在代码中是否移动得足够快.

在Xcode上是否有办法使模拟器以与设备相同的速度移动对象和图像而不是减速版本?

iphone performance xcode ios ios-simulator

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

更新到Xcode 7.0.1和Project现在有问题

所以我将我的Xcode 6.1版本上传到iTunes Connect,该应用程序获得批准.现在我正在尝试更新应用程序,我更新到Xcode 7.0.1和Xcode给我的问题说明:

(对于app我使用了故事板和Objective-C)

警告:除非应用程序需要全屏,否则必须支持所有界面方向.

警告:除非应用程序需要全屏,否则必须提供启动故事板或xib.

- (NSUInteger)supportedInterfaceOrientations {

return (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskPortraitUpsideDown);
}
Run Code Online (Sandbox Code Playgroud)

iOS 9支持的新界面是什么?

objective-c storyboard orientation ios ios9

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

iTunes Connect屏幕截图不接受iPad PRO屏幕截图

我的iPad PRO模拟器没有从iPad AIR模拟器扩展,我有启动画面故事板.所以我从iPad PRO模拟器中截取了屏幕截图并尝试将其上传到iTunes Connect中的屏幕截图,但它给了我一个大小错误的警告.为什么iPad PRO模拟器使用不正确的iTunes Connect大小?

screenshot itunesconnect ipad ios ios-simulator

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

Xcode 7.0.1导致链接器命令失败,退出代码1错误

昨天我将MacBook Pro更新为El Capitan.我有Xcode 6.1更新Xcode不会打开,Xcode 6.1但我Xcode 7.0.1强行下载我不想升级,但我被迫.我用Objective-C创建了我的应用程序.提交给苹果,它目前正在"等待开发者发布".

我想改变一些东西,但现在无处不在,Xcode 7.0.1我得到了一个我从未收到过的错误Xcode 6.1.

 ld: '/Users/markjak/Desktop/Stick Down   copy/Leap Up/LibAdapterIAd- 1.0.0/libAdapterIAd.a(GADMAdapterIAdInterstitial.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see  invocation)
Run Code Online (Sandbox Code Playgroud)

我如何做Xcode 7.0.1要我做的事情?

linker-errors ios xcode7 bitcode

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