简体   繁体   English

升级到xcode 4.3.2后,iOS Simulator不再连接到联网的Midi

[英]iOS Simulator no longer connects to networked midi after upgrade to xcode 4.3.2

I built an application using the PGMIDI (https://github.com/petegoodliffe/PGMidi). 我使用PGMIDI(https://github.com/petegoodliffe/PGMidi)构建了一个应用程序。 As soon as I updated xcode to 4.3.2 with the iOS 5.1 SDK, the simulator no longer found the networked midi connection (see http://syntheticbits.com/blog/?p=878 ). 当我使用iOS 5.1 SDK将xcode更新到4.3.2时,模拟器不再找到联网的midi连接(请参阅http://syntheticbits.com/blog/?p=878 )。 I tried this with the PGMIDI sandbox app and it also no longer worked. 我使用PGMIDI沙箱应用程序尝试了此操作,但它也不再起作用。 Networked midi connections still work when the app is deployed on a device, however. 但是,当将应用程序部署在设备上时,网络Midi连接仍然可以工作。

I then upgraded to 4.3.2 on my laptop as well and the same thing occurred. 然后,我也在笔记本电脑上升级到4.3.2,并且发生了同样的事情。 I've spoke with another developer who is working on a similar project whether his broke when upgrading, but he had no issues. 我已经与另一个正在从事类似项目的开发人员进行了交谈,该开发人员是否在升级时就坏了,但是他没有任何问题。 I tried reinstalling xcode and I tried using the ios 5.0 simulator, but no luck. 我尝试重新安装xcode,并尝试使用ios 5.0模拟器,但是没有运气。 I also tried resetting my modem and router. 我也尝试过重置调制解调器和路由器。

On my school's network I noticed my device (iPhone 4GS) specifically was blocked from connecting to networked midi, but other devices were picked up and the simulator worked. 在我学校的网络上,我注意到我的设备(iPhone 4GS)被特别禁止连接到联网的Midi,但是其他设备被拿起并且模拟器正常工作。 I wonder if this is network specific. 我想知道这是否特定于网络。 Any ideas? 有任何想法吗?

尝试在项目设置中更改基本SDK,然后重新构建您的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM