xcode5

Convert from PCM to WAV. Is it Possible?

╄→尐↘猪︶ㄣ 提交于 2019-12-03 14:49:40
I have an application for iPAD. This application records the voice of the microphone. The audio formats of the item must be PCM, MP3 and WAV files. The MP3 file I get it starting from the original raw file and then convert using LAME. Unfortunately I have not found any example that allows me to convert a PCM file to a WAV file. I just noticed that if I put the file extension to WAV format, starting from the raw application saves without problems, so I think that there is no type conversion from PCM WAV files. Correct? PS: Sorry for my english ... I use Google Translate Florian WAV is some kind

How to duplicate target from Xcode 5?

爷,独闯天下 提交于 2019-12-03 14:44:54
问题 Seem like this feature was removed from xcode 5 ? Prior to xcode5, it is easy to duplicate any target via clicking on the target, choose "duplicated blabla", then you will get it. But for xcode5 , where is this hiding ? 回答1: Select your project in the left nav. In the main content area at the top, you have a row that is like a file navigator. Then the second row, right under the first, in the very left there is a little square arrow thing. That hides/shows the project and targets list. 回答2:

Xcode 5 crash when Open storyboard made from Xcode 4.6

妖精的绣舞 提交于 2019-12-03 13:19:48
I'm working for a project with Xcode 4.6 since 2 mounth ago, now that I want to send to apple my app everything is ok but when I've tried to run the app on iOS 7 I saw some bugs; so I've downloaded the new Xcode 5 for see where are the bugs, but what happened is that when I try to open the storyboard with IB Xcode crash . I try to see in Internet how fix this problem but I don't find anything about that. Also the error that Xcode give me when i try to run the app on the device with iOS 7 is: CompileStoryboard YatchCo/en.lproj/MainStoryboard.storyboard cd "/Volumes/Dati Lavoro/Mirko/Koffeecup/Y

How to create an Interface Builder plugin in XCode5+?

心不动则不痛 提交于 2019-12-03 13:07:45
问题 I need make an Object Library , an Interface Builder plugin like Mapkit so that user can drag my Custom Object and add to UIView . As property, i want to show and configure it with my basic properties. Any idea how to do this? thanks. 回答1: In Xcode 4.0, Apple has removed support for using custom Interface Builder palettes provided by IBPlugins in the Interface Builder editor. Xibs/Nibs that use such plugins will still compile but they cannot be edited. You'll need to install Xcode 3 (in a

Can't scroll to the bottom of a long Static TableViewController in XCode 5 Interface Builder to edit the cells below the fold

徘徊边缘 提交于 2019-12-03 12:23:44
in XCode 5 Interface Builder, when I select a Static TableViewController that has a lot of rows in it, I can get it to go below the fold for a cell and half but the scrolling stops there. What's the trick to go all the way down to the bottom to edit/design the bottom static cells that are below the fold in interface builder? Try to uncheck the options "Under Top Bars" and "Under Bottom Bars" of Attributes Inspector / View Controller / Extend Edges. I can scroll into the others sections. 来源: https://stackoverflow.com/questions/18964823/cant-scroll-to-the-bottom-of-a-long-static

code coverage with gcovr and Xcode 5 is not working

我的梦境 提交于 2019-12-03 12:21:54
问题 I'm using gcovr to generate code coverage for cobertura. Everything was working fine with xcode 4.6. Now I updated to xcode5 and everything I get is 0% coverage... my setup: gcovr 3.0 Xcode 5 (Apple LLVM 5) 'Generate Test Coverage Files' is set to YES 'Instrument Program Flow' is set to YES and to command I use: gcovr -r . --object-directory Build/Intermediates/myApp.build/Debug-iphonesimulator/myApp.build/Objects-normal/i386 --exclude '.*Tests.*' --exclude '.*KiwiUnitTest' --exclude '.*main.

Xcode 5 not detecting iPhone running iOS 8

寵の児 提交于 2019-12-03 12:18:55
I have an iPhone with iOS 8 installed on it, but when I connect it to Xcode 5.1, it doesn't recognize it. You need to download the Xcode 6 Beta. It's available in the iOS Developer Center, where you downloaded the iOS 8 Beta. As with the other answers, it seemed fairly random whether or not my iOS 8 device was being picked up by Xcode 5.1. It appears that it works if you have the iOS 8 device plugged in before you start Xcode 5.1. When you do that, you will get a screen indicating the symbols are being processed: After this completes, the device is selectable. I am pretty sure this needs to be

Xcode Version Editor - How to navigate through the changes?

▼魔方 西西 提交于 2019-12-03 12:03:59
In the built-in version editor view of Xcode 4 and 5, when it shows the differences between two revisions, how do you jump from one changes to another? I'm looking for something like the Cmd+Down/Cmd+Up shortcut keys of Araxis Merge. If you are already in the Version Editor: In the center gutter between the left and right sides, click a revision highlight (blue area) to select it Use the Up/Down arrow keys to navigate through the changes If you are NOT already in the Version Editor do this: Open the file with the changes you want to compare Select the version editor viewing mode Click the

Use of Unit Test in Xcode 5

左心房为你撑大大i 提交于 2019-12-03 11:53:05
问题 I am writing my first bigger iOS project and I want to use as much of Xcode 5 as possible. Now I want to use testing but I have never done it before. My project uses come Views and dynamic `TableViews. How could I implement the test in the code, so that it makes sense? 回答1: Please start by watching WWDC '13 session 409 - Testing in Xcode 5. It's a very good starting point. Next, if you're not feeling confident of your approach to unit testing, I'd recommend reading "Test-Driven iOS

How do I get Images.xcassets under source control?

三世轮回 提交于 2019-12-03 11:14:56
So I migrated my AppIcons and LaunchImages to Images.xcassets, which is working fine it seems. But I made some modifications to the launch images, and now I went to commit the changes (I'm using a local-only git repo), and it seems Images.xcassets is not allowed to be committed to source control? Right-clicking on it, all the source control options are greyed out. And it doesn't show up in Xcode 5's new "global" commit dialog. Seems ridiculous not to allow the assets file to be committed, am I missing something? This is most likely a bug in Xcode. Please file a bug report with Apple: http:/