In Xcode 6.1 AudioToolbox.framework for sound doesn't work. It works fine on iOS 7 through iOS 7.1 but not any iOS 8.1 simulators whether it's iPhone or iPad. Is this an error with iOS 8.1 sound or does AudioToolbox framework not work on iOS 8.1?
How to play sound for iOS 8.1 simulators
400 Views Asked by AudioBubble At
1
There are 1 best solutions below
Related Questions in XCODE6.1
- FFMPEG binaries throw error : Undefined Symbols for Architecture x86_64
- Cocoa: Remove Database on uninstallation from OS X
- Images in a CustomTableCell gets resized upon click
- How to remove the left padding of a cell content?
- I'm using swift and I'm getting a error - Expected ',' separator in an if & else statement
- Cannot invoke 'reduce' with an argument list of type ''
- Core data:- How to update values in the array (Transformable)
- Swiftsupport folder adding extra size to binary
- Apple Mach-O Librarian Error on Mac
- how to change contentSize,height,setContentOffset of the UIScrollView with iOS 8 Size Classes and Autolayout
- Autolayout constraint issue when device orientation gets changed
- Slide Out Menu with Status Bar
- Adding multiple images in a story Core Data iOS 8
- Save UITableViewCell configuration
- How to resize collection View cells ( likely PInterest app )
Related Questions in AUDIOTOOLBOX
- Unable to write audio queue to file to m4a
- Using AVSampleBufferAudioRenderer to play packets of streamed PCM audio (decoded from Opus)
- AVAudioEngine vs AudioToolbox audio units
- Noise occurs when iOS encodes pcm data into aac data through socket
- iOS audiotoolbox decodes aac data to pcm
- iOS AudioConverter exceeds maximum packet size (2048) for input format
- Is it possible to call AudioServicesDisposeSystemSoundID(_ inSystemSoundID: SystemSoundID) in different target?
- What is the ID of the 'MessageReceived' sound on macOS?
- MIDI file generated by using MusicSequenceFileCreate has Sysex MIDI message (iOS 16.0.2)
- AUGraph Record and Play
- Which ALAC encoder should I use with ffmpeg ? (alac, alac_at)
- AudioConverterRef with different number of channels
- AU host crashes in IOThread in macOS 11 and later
- Why did AudioQueueAllocateBuffer fail?
- How to create AVAudioPCMBuffer with CMSampleBuffer?
Related Questions in IOS8.1
- NSURLSession request fails when call from iOS 8.3 It work perfectly in iOS 12
- Xcode9.2 build version showing image twisted in ios8.1
- In Swift 3, Application filed to register notification for ios 8.1
- iOS 8 simulator not working with Xcode 8
- What is the best way to make download speed test app using swift3?
- Auto Layout broken on iOS 8.1
- Xcode 8 Storyboard frame sizes issue
- invalid redeclaration in auto code generate NSManagedObject Subclass Swift 3
- NSRegularExpression regularExpressionWithPattern is not working in ios 8
- UISearchController result tableView not fit with window IOS 8.1
- iOS 8.1 image display
- Animation looking odd on iOS 8 local environment
- React Native iOS 8.1 app crashes when accessing a new view - ONLY when NOT using debugger
- Creating shortcut for the app crashes on previous version
- Core Data Migration issue in IOS 8 only , not IOS 9
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a known bug in the iOS 8.x simulator runtimes. You should be able to play audio successfully with other APIs, but unfortunately AudioServicesPlaySystemSound() and related functions in AudioToolbox.framework aren't functional.