質問編集履歴

5

コードの記載

2016/12/13 04:24

投稿

comet0310
comet0310

スコア59

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,41 @@
55
55
  end
56
56
 
57
57
  ```
58
+
59
+ エラー箇所の詳細なコードです。
60
+
61
+ label2はoutletで接続したlabelです。
62
+
63
+ ```
64
+
65
+ var year:Int?
66
+
67
+ var month:Int?
68
+
69
+ var day:Int?
70
+
71
+ override func viewDidLoad() {
72
+
73
+ super.viewDidLoad()
74
+
75
+ label2.text=NSLocalizedString(String(describing: year!)+"/"+String(describing: month!)+"/"+String(describing: day!)+" message will arrive", comment: "")
76
+
77
+ print(String(describing: year)+"年 "+String(describing: month)+"月 "+String(describing: day))
78
+
79
+ var smtpSession=MCOSMTPSession()
80
+
81
+ // Do any additional setup after loading the view, typically from a nib.
82
+
83
+ }
84
+
85
+
86
+
87
+ override func didReceiveMemoryWarning() {
88
+
89
+ super.didReceiveMemoryWarning()
90
+
91
+ // Dispose of any resources that can be recreated.
92
+
93
+ }
94
+
95
+ ```

4

変更しました

2016/12/13 04:24

投稿

comet0310
comet0310

スコア59

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,8 @@
11
11
  ![コードのエラー](2d0a2bd463c87123e624d22653fc171a.png)
12
12
 
13
13
  pod fileの中身です。
14
+
15
+ ```lang-言語名
14
16
 
15
17
  # Uncomment the next line to define a global platform for your project
16
18
 
@@ -51,3 +53,5 @@
51
53
 
52
54
 
53
55
  end
56
+
57
+ ```

3

pod fileの中身を追加しました。

2016/12/12 07:59

投稿

comet0310
comet0310

スコア59

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,45 @@
9
9
  ![Headerファイル](fd00219269be57042019b62b747f9dbc.png)
10
10
 
11
11
  ![コードのエラー](2d0a2bd463c87123e624d22653fc171a.png)
12
+
13
+ pod fileの中身です。
14
+
15
+ # Uncomment the next line to define a global platform for your project
16
+
17
+ platform :ios, '9.0'
18
+
19
+
20
+
21
+ target 'TimeCapsuleNeo' do
22
+
23
+ # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
24
+
25
+ use_frameworks!
26
+
27
+ pod ‘mailcore2-ios’, ‘~>0.5.1’
28
+
29
+ # Pods for TimeCapsuleNeo
30
+
31
+
32
+
33
+ target 'TimeCapsuleNeoTests' do
34
+
35
+ inherit! :search_paths
36
+
37
+ # Pods for testing
38
+
39
+ end
40
+
41
+
42
+
43
+ target 'TimeCapsuleNeoUITests' do
44
+
45
+ inherit! :search_paths
46
+
47
+ # Pods for testing
48
+
49
+ end
50
+
51
+
52
+
53
+ end

2

誤字修正

2016/12/12 07:45

投稿

comet0310
comet0310

スコア59

test CHANGED
@@ -1 +1 @@
1
- swift mailcore2の使い方について
1
+ swift mailcore2 use of unresolved identifier
test CHANGED
File without changes

1

誤字修正

2016/12/12 05:37

投稿

comet0310
comet0310

スコア59

test CHANGED
@@ -1 +1 @@
1
- swim mailcore2の使い方について
1
+ swift mailcore2の使い方について
test CHANGED
File without changes