Skip to content

Instantly share code, notes, and snippets.

@mikebluestein
Created October 6, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikebluestein/0d0e9223b664288df588 to your computer and use it in GitHub Desktop.
Save mikebluestein/0d0e9223b664288df588 to your computer and use it in GitHub Desktop.
EZAudio binding errors
Michaels-MacBook-Pro:ezaudio mikeb$ sharpie pod bind
User defaults from command line:
IDEDerivedDataPathOverride = /Users/mikeb/Desktop/ezaudio/Pods/sharpie-build
=== BUILD TARGET TPCircularBuffer OF PROJECT Pods WITH CONFIGURATION Release ===
Check dependencies
=== BUILD TARGET EZAudio OF PROJECT Pods WITH CONFIGURATION Release ===
Check dependencies
=== BUILD TARGET Pods OF PROJECT Pods WITH CONFIGURATION Release ===
Check dependencies
** BUILD SUCCEEDED **
Starting project evaluation for target: 'Pods', configuration: 'Release'
Computing dependencies
Target TPCircularBuffer (319D68C9944BC65DE9046E0DB29E4AC6):
Phase PBXSourcesBuildPhase
Phase PBXFrameworksBuildPhase
Phase PBXHeadersBuildPhase
Target EZAudio (76DE5C72B1CE7620377A9460DC15A054):
Phase PBXSourcesBuildPhase
Phase PBXFrameworksBuildPhase
Phase PBXHeadersBuildPhase
Target Pods (83500D944F7749EC24C11353544621D3):
Phase PBXSourcesBuildPhase
Phase PBXFrameworksBuildPhase
Parsing 18 header files...
In file included from /var/folders/s7/25sb8pxs5l72mvpyr6b9pz600000gn/T/tmp5ca8e119.h:3:
In file included from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudio.h:37:
/Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlayer.h:311:1: warning: no 'assign', 'retain', or
'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute]
@property (readwrite) EZAudioDevice *device;
^
/Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlayer.h:311:1: warning: default property attribute
'assign' not appropriate for non-GC object [-Wobjc-property-no-attribute]
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1023:143: error:
call to '__tg_fmax' is ambiguous
...__x, float __min, float __max) { return __tg_fmin(__tg_fmax(__x,__min),__max); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1037:143: error:
call to '__tg_fmax' is ambiguous
...__x, double __min, double __max) { return __tg_fmin(__tg_fmax(__x,__min),__max); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1056:117: error:
call to '__tg_copysign' is ambiguous
...vector_sign(float __x) { return (__x == 0) || (__x != __x) ? 0 : __tg_copysign(1,__x); }
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:334:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float2 __x, vector_float2 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:335:43: note:
candidate function
static vector_float3 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float3 __x, vector_float3 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:336:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float4 __x, vector_float4 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:337:43: note:
candidate function
static vector_float8 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float8 __x, vector_float8 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:338:43: note:
candidate function
static vector_float16 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float16 __x, vector_float16 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:339:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double2 __x, vector_double2 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:340:43: note:
candidate function
static vector_double3 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double3 __x, vector_double3 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:341:43: note:
candidate function
static vector_double4 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double4 __x, vector_double4 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:342:43: note:
candidate function
static vector_double8 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double8 __x, vector_double8 __y) { retu...
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1062:117: error:
call to '__tg_copysign' is ambiguous
...vector_sign(double __x) { return (__x == 0) || (__x != __x) ? 0 : __tg_copysign(1,__x); }
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:334:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float2 __x, vector_float2 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:335:43: note:
candidate function
static vector_float3 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float3 __x, vector_float3 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:336:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float4 __x, vector_float4 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:337:43: note:
candidate function
static vector_float8 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float8 __x, vector_float8 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:338:43: note:
candidate function
static vector_float16 __SIMD_ATTRIBUTES__ __tg_copysign(vector_float16 __x, vector_float16 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:339:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double2 __x, vector_double2 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:340:43: note:
candidate function
static vector_double3 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double3 __x, vector_double3 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:341:43: note:
candidate function
static vector_double4 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double4 __x, vector_double4 __y) { retu...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:342:43: note:
candidate function
static vector_double8 __SIMD_ATTRIBUTES__ __tg_copysign(vector_double8 __x, vector_double8 __y) { retu...
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1185:95: error:
call to '__tg_sqrt' is ambiguous
...double __SIMD_ATTRIBUTES__ vector_precise_rsqrt( double __x) { return 1/__tg_sqrt(__x); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:351:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float2 __x) { return vsqrt_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:352:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:353:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float4 __x) { return vsqrtq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:354:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_double2 __x) { return vsqrtq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:355:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:367:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:368:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:370:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:371:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1245:101: error:
call to '__tg_floor' is ambiguous
...__SIMD_ATTRIBUTES__ vector_fract(float __x) { return __tg_fmin(__x - __tg_floor(__x), 0x1.fff...
^~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:390:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_floor(vector_float2 __x) { return vrndm_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:391:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_floor(vector_float4 __x) { return vrndmq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:392:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_floor(vector_double2 __x) { return vrndmq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:419:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:420:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_floor, double)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:437:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:438:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_floor, double)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:446:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:447:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_floor, double)
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1251:101: error:
call to '__tg_floor' is ambiguous
...__SIMD_ATTRIBUTES__ vector_fract(double __x) { return __tg_fmin(__x - __tg_floor(__x), 0x1.fff...
^~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:390:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_floor(vector_float2 __x) { return vrndm_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:391:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_floor(vector_float4 __x) { return vrndmq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:392:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_floor(vector_double2 __x) { return vrndmq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:419:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:420:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_floor, double)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:437:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:438:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_floor, double)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:446:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_floor, float)
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:447:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_floor, double)
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1367:81: error:
call to '__tg_fmin' is ambiguous
static float __SIMD_ATTRIBUTES__ vector_reduce_min(vector_float2 __x) { return __tg_fmin(__x.x, __x.y); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:287:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:289:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:291:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:308:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:310:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:325:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:327:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:330:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:332:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1368:91: error:
call to '__tg_fmin' is ambiguous
static float __SIMD_ATTRIBUTES__ vector_reduce_min(vector_float3 __x) { return __tg_fmin(__tg_fmin(__x.x, __...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:287:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:289:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:291:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:308:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:310:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:325:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:327:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:330:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:332:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1380:82: error:
call to '__tg_fmin' is ambiguous
static double __SIMD_ATTRIBUTES__ vector_reduce_min(vector_double2 __x) { return __tg_fmin(__x.x, __x.y); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:287:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:289:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:291:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:308:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:310:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:325:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:327:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:330:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:332:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1381:92: error:
call to '__tg_fmin' is ambiguous
static double __SIMD_ATTRIBUTES__ vector_reduce_min(vector_double3 __x) { return __tg_fmin(__tg_fmin(__x.x, _...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:287:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:289:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmin(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:291:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmin(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:308:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:310:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:325:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:327:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmin,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:330:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmin,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:332:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmin,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1419:81: error:
call to '__tg_fmax' is ambiguous
static float __SIMD_ATTRIBUTES__ vector_reduce_max(vector_float2 __x) { return __tg_fmax(__x.x, __x.y); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1420:91: error:
call to '__tg_fmax' is ambiguous
static float __SIMD_ATTRIBUTES__ vector_reduce_max(vector_float3 __x) { return __tg_fmax(__tg_fmax(__x.x, __...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1432:82: error:
call to '__tg_fmax' is ambiguous
static double __SIMD_ATTRIBUTES__ vector_reduce_max(vector_double2 __x) { return __tg_fmax(__x.x, __x.y); }
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:48:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/common.h:1433:92: error:
call to '__tg_fmax' is ambiguous
static double __SIMD_ATTRIBUTES__ vector_reduce_max(vector_double3 __x) { return __tg_fmax(__tg_fmax(__x.x, _...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:286:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float2 __x, vector_float2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:288:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_fmax(vector_float4 __x, vector_float4 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:290:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_fmax(vector_double2 __x, vector_double2 __y) { return v...
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:307:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:309:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_3_IN_4(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:324:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:326:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_4_IN_2(__tg_fmax,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:329:35: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_16_IN_8(__tg_fmax,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:331:34: note:
candidate function
__SIMD_ELEMENTWISE_BINARY_8_IN_4(__tg_fmax,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/geometry.h:757:73: error:
call to '__tg_sqrt' is ambiguous
return (__k >= 0.0f) ? __eta*__x - (__eta*vector_dot(__x,__n) + __tg_sqrt(__k))*__n : (vector_...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:351:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float2 __x) { return vsqrt_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:352:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:353:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float4 __x) { return vsqrtq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:354:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_double2 __x) { return vsqrtq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:355:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:367:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:368:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:370:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:371:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/geometry.h:761:73: error:
call to '__tg_sqrt' is ambiguous
return (__k >= 0.0f) ? __eta*__x - (__eta*vector_dot(__x,__n) + __tg_sqrt(__k))*__n : (vector_...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:351:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float2 __x) { return vsqrt_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:352:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:353:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float4 __x) { return vsqrtq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:354:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_double2 __x) { return vsqrtq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:355:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:367:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:368:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:370:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:371:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/geometry.h:765:73: error:
call to '__tg_sqrt' is ambiguous
return (__k >= 0.0f) ? __eta*__x - (__eta*vector_dot(__x,__n) + __tg_sqrt(__k))*__n : (vector_...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:351:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float2 __x) { return vsqrt_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:352:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:353:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float4 __x) { return vsqrtq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:354:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_double2 __x) { return vsqrtq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:355:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:367:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:368:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:370:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:371:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,double);
^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
While building module 'simd' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/simd.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/vector.h:49:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/geometry.h:769:72: error:
call to '__tg_sqrt' is ambiguous
return (__k >= 0.0) ? __eta*__x - (__eta*vector_dot(__x,__n) + __tg_sqrt(__k))*__n : (vector_d...
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:351:43: note:
candidate function
static vector_float2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float2 __x) { return vsqrt_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:352:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:353:43: note:
candidate function
static vector_float4 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_float4 __x) { return vsqrtq_f32(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:354:43: note:
candidate function
static vector_double2 __SIMD_ATTRIBUTES__ __tg_sqrt(vector_double2 __x) { return vsqrtq_f64(__x); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:355:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_3_IN_4(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:367:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:368:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_4_IN_2(__tg_sqrt,double);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:370:34: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_16_IN_8(__tg_sqrt,float);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/include/simd/math.h:371:33: note:
candidate function
__SIMD_ELEMENTWISE_UNARY_8_IN_4(__tg_sqrt,double);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
While building module 'ModelIO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLAsset.h:9:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLObject.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/ModelIO.framework/Headers/MDLTypes.h:13:10: fatal error:
could not build module 'simd'
#include <simd/simd.h>
~~~~~~~~^
While building module 'GLKit' imported from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.h:15:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKModel.h:7:9: fatal error:
could not build module 'ModelIO'
#import <ModelIO/ModelIO.h>
~~~~~~~^
In file included from /var/folders/s7/25sb8pxs5l72mvpyr6b9pz600000gn/T/tmp5ca8e119.h:3:
In file included from /Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudio.h:46:
/Users/mikeb/Desktop/ezaudio/Pods/EZAudio/EZAudio/EZAudioPlotGL.h:26:9: fatal error: could not build module
'GLKit'
#import <GLKit/GLKit.h>
~~~~~~~^
Binding...
[write] ApiDefinitions.cs
[write] StructsAndEnums.cs
Binding Analysis:
Automated binding is complete, but there are a few APIs which have been flagged with [Verify]
attributes. While the entire binding should be audited for best API design practices, look more closely
at APIs with the following Verify attribute hints:
MethodToProperty (26 instances):
An Objective-C method was bound as a C# property due to convention such as taking no parameters and
returning a value (non-void return). Often methods like these should be bound as properties to
surface a nicer API, but sometimes false-positives can occur and the binding should actually be a
method.
StronglyTypedNSArray (3 instances):
A native NSArray* was bound as NSObject[]. It might be possible to more strongly type the array in
the binding based on expectations set through API documentation (e.g. comments in the header file) or
by examining the array contents through testing. For example, an NSArray* containing only NSNumber*
instances can be bound as NSNumber[] instead of NSObject[].
ConstantsInterfaceAssociation (4 instances):
There's no fool-proof way to determine with which Objective-C interface an extern variable
declaration may be associated. Instances of these are bound as [Field] properties in a partial
interface into a near-by concrete interface to produce a more intuitive API, possibly eliminating the
'Constants' interface altogether.
PlatformInvoke (23 instances):
In general P/Invoke bindings are not as correct or complete as Objective-C bindings (at least
currently). You may need to fix up the library name (it defaults to '__Internal') and return/
parameter types manually to conform to C calling conventionsfor the target platform. You may find you
don't even want to expose the C API in your binding, but if you do, you'll probably also want to
relocate the definition to a more appropriate class and expose a stronger type-safe wrapper. For P/
Invoke guidance, see http://www.mono-project.com/docs/advanced/pinvoke/.
Once you have verified a Verify attribute, you should remove it from the binding source code. The
presence of Verify attributes intentionally cause build failures.
For more information about the Verify attribute hints above, consult the Objective Sharpie
documentation by running 'sharpie docs' or visiting the following URL:
http://xmn.io/sharpie-docs
2 warnings and 23 errors generated.
Error while processing /var/folders/s7/25sb8pxs5l72mvpyr6b9pz600000gn/T/tmp5ca8e119.h.
Submitting usage data to Xamarin...
Submitted - thank you for helping to improve Objective Sharpie!
Done. Exiting with error code 1.
error: Clang failed to parse input and exited with code 1
Michaels-MacBook-Pro:ezaudio mikeb$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment