回答編集履歴
1
\+
answer
CHANGED
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
|
|
12
12
|
Info.plistに使用許可のCocoa keyを入れれば
|
|
13
13
|
とりあえずこの参考コードでも実機では動作はするようです
|
|
14
|
-
[参考](https://iphone-app-tec.com/ios/camera.html)
|
|
14
|
+
[参考](https://iphone-app-tec.com/ios/camera.html)
|
|
15
|
+
|
|
16
|
+
Simulatorについては
|
|
17
|
+
> the Camera app is available only on hardware devices and cannot be replicated in the simulator.
|
|
18
|
+
|
|
19
|
+
[Simulator User Guide](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/GettingStartedwithiOSSimulator/GettingStartedwithiOSSimulator.html)
|
|
20
|
+
|
|
21
|
+
実機を使いましょう
|