Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Release 6.0.2
-
Fix Version/s: Release 6.0.3
-
Component/s: iOS
-
Labels:None
-
Environment:
Operating System
Name = Mac OS X
Version = 10.12.3
Architecture = 64bit
# CPUs = 8
Memory = 16.0GB
Node.js
Node.js Version = 4.6.1
npm Version = 2.15.9
Appcelerator CLI
Installer = 4.2.8
Core Package = 6.1.0
Titanium CLI
CLI Version = 5.0.11
node-appc Version = 0.2.39
Titanium SDKs
6.0.2.GA
Version = 6.0.2
Install Location = /Users/Michael/Library/Application Support/Titanium/mobilesdk/osx/6.0.2.GA
Platforms = iphone, android, mobileweb
git Hash = 3c5806f
git Timestamp = 2/24/2017 19:26
node-appc Version = 0.2.39
Xcode
8.2.1 (build 8C1002) - Xcode default
Install Location = /Applications/Xcode.app/Contents/Developer
iOS SDKs = 10.2
iOS Simulators = 10.2
Watch SDKs = 3.1
Watch Simulators = 3.1
Supported by TiSDK 6.1.0.v20170127160654 = yes
EULA Accepted = yes
Operating System Name = Mac OS X Version = 10.12.3 Architecture = 64bit # CPUs = 8 Memory = 16.0GB Node.js Node.js Version = 4.6.1 npm Version = 2.15.9 Appcelerator CLI Installer = 4.2.8 Core Package = 6.1.0 Titanium CLI CLI Version = 5.0.11 node-appc Version = 0.2.39 Titanium SDKs 6.0.2.GA Version = 6.0.2 Install Location = /Users/Michael/Library/Application Support/Titanium/mobilesdk/osx/6.0.2.GA Platforms = iphone, android, mobileweb git Hash = 3c5806f git Timestamp = 2/24/2017 19:26 node-appc Version = 0.2.39 Xcode 8.2.1 (build 8C1002) - Xcode default Install Location = /Applications/Xcode.app/Contents/Developer iOS SDKs = 10.2 iOS Simulators = 10.2 Watch SDKs = 3.1 Watch Simulators = 3.1 Supported by TiSDK 6.1.0.v20170127160654 = yes EULA Accepted = yes
-
Story Points:5
-
Sprint:2017 Sprint 05 SDK
Description
The app will not compile if " Titanium.Media.appMusicPlayer or the Titanium.Media.systemMusicPlayer" are used in my app. However, it works fine in the simulator or when the iPhone is connected using the LiveView. The app will compile if I code out the line with Titanium.Media.appMusicPlayer.
try { |
var player = Titanium.Media.systemMusicPlayer; |
Ti.API.info(">>>>>>>>>>>>>>>>>>>>>> player.playbackState", player.playbackState); |
|
} catch (e) { |
Ti.API.info(e);
|
}
|
|
Ti.API.info("AudioSessionCategory: " + Ti.Media.getAudioSessionCategory()); |
[ERROR] : ** BUILD FAILED **
|
[ERROR] : The following build commands failed:
|
[ERROR] : CompileC build/Intermediates/Triathlon.build/Debug-iphoneos/Triathlon.build/Objects-normal/armv7/MediaModule.o Classes/MediaModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
|
[ERROR] : (1 failure) |
Attachments
Issue Links
- is duplicated by
-
TIMOB-24449 iOS: Ti.Media.vibrate() crashes app using SDK 6.0.2
-
- Closed
-