Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneを振動させたいのですが、コードを見つけました
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
しかし、Xcode 4.3.2はエラーを報告します:宣言されていない識別子kSystemSoundID_Vibrate
どうしたの?
試す:
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);
編集:また、インポートすることを確認してくださいAudioToolbox.framework
AudioToolbox.framework
#import <AudioToolbox/AudioToolbox.h>