質問編集履歴

1

「追記」を追加

2016/01/31 12:04

投稿

k2font
k2font

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- Xcode7.2、openFrameworks0.9.0を使用しofxTimeline ([https://github.com/YCAMInterlab/ofxTimeline/](https://github.com/YCAMInterlab/ofxTimeline/)) のサンプルコードを動かすと、エラー**"<tr1/memory> file not found"**が出ます。
5
+ **Xcode7.2****openFrameworks0.9.0**を使用しofxTimeline ([https://github.com/YCAMInterlab/ofxTimeline/](https://github.com/YCAMInterlab/ofxTimeline/)) のサンプルコードを動かすと、エラー**"<tr1/memory> file not found"**が出ます。
6
6
 
7
7
 
8
8
 
@@ -11,3 +11,43 @@
11
11
  どなたか、ご教授ください。
12
12
 
13
13
  よろしくお願いします。
14
+
15
+
16
+
17
+ 【追記】
18
+
19
+ 試した解決策は以下のとおりです。(すべて解決せず)
20
+
21
+
22
+
23
+ ・Base SDKを10.8にする
24
+
25
+ http://atl.recruit-tech.co.jp/blog/1309/
26
+
27
+
28
+
29
+ ・Base SDKを10.7にする
30
+
31
+ https://github.com/openframeworks/openFrameworks/issues/2686
32
+
33
+
34
+
35
+ ・Language DialoctをGNU++11(-std=gnu-c++11)、C++ Standard Libraryをlibstdc++(GNU C++ standard library)に設定する
36
+
37
+ http://qiita.com/yasuraok/items/a2e22e446801dfeaa707
38
+
39
+
40
+
41
+ ・(同様)
42
+
43
+ https://forum.openframeworks.cc/t/solved-tr1-memory-not-found-on-unit-testing-target-with-xcode-5/18162
44
+
45
+
46
+
47
+ ・Deployment Targetを6.0以下にする
48
+
49
+ http://verytired.hateblo.jp/entry/2015/01/06/000153
50
+
51
+
52
+
53
+ 等(随時更新)